#97D98C

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

Shades of Granny Smith Apple #97D98C

Tints of Granny Smith Apple #97D98C

Color information

#97D98C (or 0x97D98C) is unknown color: approx Granny Smith Apple. HEX triplet: 97, D9 and 8C. RGB value is (151,217,140). Sum of RGB (Red+Green+Blue) = 151+217+140=508 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.72% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #97D98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D98C is #682673. Grayscale: #BCBCBC. Windows color (decimal): -6825588 or 9230743. OLE color: 9230743.

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

Color convert

RGB151217140-
CMYK0.3000.350.15
HSL111.43º50.33%70%-
HSV(B)111.43º35.48%85.1%-
XYZ42.3158.133.8-
YUV188.49100.63101.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.72%
GREEN value IS 217 (85.16% from 255) = 42.72%
BLUE value IS 140 (55.08% from 255) = 27.56%
R=29.72%
G=42.72%
B=27.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1512171400.3000.350.15111.4350.3370
Hex97D98C1E023F6f3246
Octal227331214360431715762106
Binary100101111101100110001100111100100011111111011111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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