#97D994

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

Shades of Granny Smith Apple #97D994

Tints of Granny Smith Apple #97D994

Color information

#97D994 (or 0x97D994) is unknown color: approx Granny Smith Apple. HEX triplet: 97, D9 and 94. RGB value is (151,217,148). Sum of RGB (Red+Green+Blue) = 151+217+148=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #97D994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D994 is #68266B. Grayscale: #BDBDBD. Windows color (decimal): -6825580 or 9755031. OLE color: 9755031.

HSL color Cylindrical-coordinate representation of color #97D994: hue angle of 117.39º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97D994 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB151217148-
CMYK0.3000.320.15
HSL117.39º47.59%71.57%-
HSV(B)117.39º31.8%85.1%-
XYZ42.9258.3437.02-
YUV189.4104.63100.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.26%
GREEN value IS 217 (85.16% from 255) = 42.05%
BLUE value IS 148 (58.20% from 255) = 28.68%
R=29.26%
G=42.05%
B=28.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1512171480.3000.320.15117.3947.5971.57
Hex97D9941E020F753048
Octal227331224360401716560110
Binary100101111101100110010100111100100000111111101011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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