#97DF98

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

Shades of Granny Smith Apple #97DF98

Tints of Granny Smith Apple #97DF98

Color information

#97DF98 (or 0x97DF98) is unknown color: approx Granny Smith Apple. HEX triplet: 97, DF and 98. RGB value is (151,223,152). Sum of RGB (Red+Green+Blue) = 151+223+152=526 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.71% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #97DF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DF98 is #682067. Grayscale: #C1C1C1. Windows color (decimal): -6824040 or 10018711. OLE color: 10018711.

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

Color convert

RGB151223152-
CMYK0.3200.320.13
HSL120.83º52.94%73.33%-
HSV(B)120.83º32.29%87.45%-
XYZ44.8261.6239.24-
YUV193.38104.6597.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.71%
GREEN value IS 223 (87.5% from 255) = 42.40%
BLUE value IS 152 (59.77% from 255) = 28.90%
R=28.71%
G=42.40%
B=28.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1512231520.3200.320.13120.8352.9473.33
Hex97DF9820020D793549
Octal227337230400401517165111
Binary1001011111011111100110001000000100000110111110011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,223,152); }

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

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

 a { background-color: rgb(151,223,152); }

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

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

 span { border-color: rgb(151,223,152); }

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