#97DD94

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

Shades of Granny Smith Apple #97DD94

Tints of Granny Smith Apple #97DD94

Color information

#97DD94 (or 0x97DD94) is unknown color: approx Granny Smith Apple. HEX triplet: 97, DD and 94. RGB value is (151,221,148). Sum of RGB (Red+Green+Blue) = 151+221+148=520 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.04% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #97DD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DD94 is #68226B. Grayscale: #BFBFBF. Windows color (decimal): -6824556 or 9756055. OLE color: 9756055.

HSL color Cylindrical-coordinate representation of color #97DD94: hue angle of 117.53º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97DD94 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB151221148-
CMYK0.3200.330.13
HSL117.53º51.77%72.35%-
HSV(B)117.53º33.03%86.67%-
XYZ43.9660.4337.36-
YUV191.75103.3198.94-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.04%
GREEN value IS 221 (86.72% from 255) = 42.5%
BLUE value IS 148 (58.20% from 255) = 28.46%
R=29.04%
G=42.5%
B=28.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1512211480.3200.330.13117.5351.7772.35
Hex97DD9420021D763448
Octal227335224400411516664110
Binary1001011111011101100101001000000100001110111101101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97DD94; }

 p { color: rgb(151,221,148); }

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

<style>
 a { background-color: #97DD94; }

 a { background-color: rgb(151,221,148); }

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

<style>
 span { border-color: #97DD94; }

 span { border-color: rgb(151,221,148); }

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