#94D791

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

Shades of Granny Smith Apple #94D791

Tints of Granny Smith Apple #94D791

Color information

#94D791 (or 0x94D791) is unknown color: approx Granny Smith Apple. HEX triplet: 94, D7 and 91. RGB value is (148,215,145). Sum of RGB (Red+Green+Blue) = 148+215+145=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 215 - color contains mainly: green. Hex color #94D791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D791 is #6B286E. Grayscale: #BBBBBB. Windows color (decimal): -7022703 or 9557908. OLE color: 9557908.

HSL color Cylindrical-coordinate representation of color #94D791: hue angle of 117.43º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94D791 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB148215145-
CMYK0.3100.330.16
HSL117.43º46.67%70.59%-
HSV(B)117.43º32.56%84.31%-
XYZ41.6256.9435.58-
YUV186.99104.3100.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.13%
GREEN value IS 215 (84.38% from 255) = 42.32%
BLUE value IS 145 (57.03% from 255) = 28.54%
R=29.13%
G=42.32%
B=28.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482151450.3100.330.16117.4346.6770.59
Hex94D7911F02110752f47
Octal224327221370412016557107
Binary1001010011010111100100011111101000011000011101011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,215,145); }

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

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

 a { background-color: rgb(148,215,145); }

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

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

 span { border-color: rgb(148,215,145); }

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