#97CF98

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

Shades of Granny Smith Apple #97CF98

Tints of Granny Smith Apple #97CF98

Color information

#97CF98 (or 0x97CF98) is unknown color: approx Granny Smith Apple. HEX triplet: 97, CF and 98. RGB value is (151,207,152). Sum of RGB (Red+Green+Blue) = 151+207+152=510 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.61% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 152 (59.77% from 255 or 29.80% from 510); Max value from RGB is 207 - color contains mainly: green. Hex color #97CF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CF98 is #683067. Grayscale: #B8B8B8. Windows color (decimal): -6828136 or 10014615. OLE color: 10014615.

HSL color Cylindrical-coordinate representation of color #97CF98: hue angle of 121.07º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97CF98 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB151207152-
CMYK0.2700.270.19
HSL121.07º36.84%70.2%-
HSV(B)121.07º27.05%81.18%-
XYZ40.7453.4737.88-
YUV183.99109.95104.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.61%
GREEN value IS 207 (81.25% from 255) = 40.59%
BLUE value IS 152 (59.77% from 255) = 29.80%
R=29.61%
G=40.59%
B=29.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1512071520.2700.270.19121.0736.8470.2
Hex97CF981B01B13792546
Octal227317230330332317145106
Binary100101111100111110011000110110110111001111110011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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