#97D38B

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

Shades of Granny Smith Apple #97D38B

Tints of Granny Smith Apple #97D38B

Color information

#97D38B (or 0x97D38B) is unknown color: approx Granny Smith Apple. HEX triplet: 97, D3 and 8B. RGB value is (151,211,139). Sum of RGB (Red+Green+Blue) = 151+211+139=501 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.14% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 211 - color contains mainly: green. Hex color #97D38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D38B is #682C74. Grayscale: #B9B9B9. Windows color (decimal): -6827125 or 9163671. OLE color: 9163671.

HSL color Cylindrical-coordinate representation of color #97D38B: hue angle of 110º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97D38B is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB151211139-
CMYK0.2800.340.17
HSL110º45%68.63%-
HSV(B)110º34.12%82.75%-
XYZ40.7255.0332.9-
YUV184.85102.12103.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.14%
GREEN value IS 211 (82.81% from 255) = 42.12%
BLUE value IS 139 (54.69% from 255) = 27.74%
R=30.14%
G=42.12%
B=27.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1512111390.2800.340.171104568.63
Hex97D38B1C022116e2d45
Octal227323213340422115655105
Binary1001011111010011100010111110001000101000111011101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,211,139); }

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

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

 a { background-color: rgb(151,211,139); }

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

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

 span { border-color: rgb(151,211,139); }

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