#94DE87

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

Shades of Granny Smith Apple #94DE87

Tints of Granny Smith Apple #94DE87

Color information

#94DE87 (or 0x94DE87) is unknown color: approx Granny Smith Apple. HEX triplet: 94, DE and 87. RGB value is (148,222,135). Sum of RGB (Red+Green+Blue) = 148+222+135=505 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.31% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #94DE87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DE87 is #6B2178. Grayscale: #BEBEBE. Windows color (decimal): -7020921 or 8904340. OLE color: 8904340.

HSL color Cylindrical-coordinate representation of color #94DE87: hue angle of 111.03º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94DE87 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB148222135-
CMYK0.3300.390.13
HSL111.03º56.86%70%-
HSV(B)111.03º39.19%87.06%-
XYZ42.7160.2932.31-
YUV189.9696.9898.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.31%
GREEN value IS 222 (87.11% from 255) = 43.96%
BLUE value IS 135 (53.12% from 255) = 26.73%
R=29.31%
G=43.96%
B=26.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1482221350.3300.390.13111.0356.8670
Hex94DE8721027D6f3946
Octal224336207410471515771106
Binary1001010011011110100001111000010100111110111011111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,222,135); }

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

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

 a { background-color: rgb(148,222,135); }

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

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

 span { border-color: rgb(148,222,135); }

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