#94DF91

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

Shades of Granny Smith Apple #94DF91

Tints of Granny Smith Apple #94DF91

Color information

#94DF91 (or 0x94DF91) is unknown color: approx Granny Smith Apple. HEX triplet: 94, DF and 91. RGB value is (148,223,145). Sum of RGB (Red+Green+Blue) = 148+223+145=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DF91 is #6B206E. Grayscale: #BFBFBF. Windows color (decimal): -7020655 or 9559956. OLE color: 9559956.

HSL color Cylindrical-coordinate representation of color #94DF91: hue angle of 117.69º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94DF91 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB148223145-
CMYK0.3400.350.13
HSL117.69º54.93%72.16%-
HSV(B)117.69º34.98%87.45%-
XYZ43.7161.1236.28-
YUV191.68101.6596.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.68%
GREEN value IS 223 (87.5% from 255) = 43.22%
BLUE value IS 145 (57.03% from 255) = 28.10%
R=28.68%
G=43.22%
B=28.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1482231450.3400.350.13117.6954.9372.16
Hex94DF9122023D763748
Octal224337221420431516667110
Binary1001010011011111100100011000100100011110111101101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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