#94DA87

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

Shades of Granny Smith Apple #94DA87

Tints of Granny Smith Apple #94DA87

Color information

#94DA87 (or 0x94DA87) is unknown color: approx Granny Smith Apple. HEX triplet: 94, DA and 87. RGB value is (148,218,135). Sum of RGB (Red+Green+Blue) = 148+218+135=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DA87 is #6B2578. Grayscale: #BBBBBB. Windows color (decimal): -7021945 or 8903316. OLE color: 8903316.

HSL color Cylindrical-coordinate representation of color #94DA87: hue angle of 110.6º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94DA87 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB148218135-
CMYK0.3200.380.15
HSL110.6º52.87%69.22%-
HSV(B)110.6º38.07%85.49%-
XYZ41.6658.1931.96-
YUV187.6198.3199.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.54%
GREEN value IS 218 (85.55% from 255) = 43.51%
BLUE value IS 135 (53.12% from 255) = 26.95%
R=29.54%
G=43.51%
B=26.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482181350.3200.380.15110.652.8769.22
Hex94DA8720026F6f3545
Octal224332207400461715765105
Binary1001010011011010100001111000000100110111111011111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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