#94E77E

Color #94E77E Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #94E77E

Tints of Granny Smith Apple #94E77E

Color information

#94E77E (or 0x94E77E) is unknown color: approx Granny Smith Apple. HEX triplet: 94, E7 and 7E. RGB value is (148,231,126). Sum of RGB (Red+Green+Blue) = 148+231+126=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 231 (90.62% from 255 or 45.74% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 231 - color contains mainly: green. Hex color #94E77E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94E77E is #6B1881. Grayscale: #C2C2C2. Windows color (decimal): -7018626 or 8316820. OLE color: 8316820.

HSL color Cylindrical-coordinate representation of color #94E77E: hue angle of 107.43º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94E77E is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB148231126-
CMYK0.3600.450.09
HSL107.43º68.63%70%-
HSV(B)107.43º45.45%90.59%-
XYZ44.5564.9529.93-
YUV194.2189.595.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 29.31%
GREEN value IS 231 (90.62% from 255) = 45.74%
BLUE value IS 126 (49.61% from 255) = 24.95%
R=29.31%
G=45.74%
B=24.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1482311260.3600.450.09107.4368.6370
Hex94E77E2402D96b4546
Octal2243471764405511153105106
Binary1001010011100111111111010010001011011001110101110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94E77E; }

 p { color: rgb(148,231,126); }

 H1.HeaderClassName
 {
   color: #94E77E;
 }
 .AnyTagClassName
 {
   color: #94E77E;
 }
</style>
background-color css

<style>
 a { background-color: #94E77E; }

 a { background-color: rgb(148,231,126); }

 div.DivClassName
 {
   background-color: #94E77E;
 }
 .BgClassName
 {
   background-color: #94E77E;
 }
</style>
border-color css

<style>
 span { border-color: #94E77E; }

 span { border-color: rgb(148,231,126); }

 td.TdClassName
 {
   border-color: #94E77E;
 }
 .TagClassName
 {
   border-color: #94E77E;
 }
</style>