#97D58D

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

Shades of Granny Smith Apple #97D58D

Tints of Granny Smith Apple #97D58D

Color information

#97D58D (or 0x97D58D) is unknown color: approx Granny Smith Apple. HEX triplet: 97, D5 and 8D. RGB value is (151,213,141). Sum of RGB (Red+Green+Blue) = 151+213+141=505 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.90% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #97D58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D58D is #682A72. Grayscale: #BABABA. Windows color (decimal): -6826611 or 9295255. OLE color: 9295255.

HSL color Cylindrical-coordinate representation of color #97D58D: hue angle of 111.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97D58D is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB151213141-
CMYK0.2900.340.16
HSL111.67º46.15%69.41%-
HSV(B)111.67º33.8%83.53%-
XYZ41.3656.0933.85-
YUV186.25102.46102.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.90%
GREEN value IS 213 (83.59% from 255) = 42.18%
BLUE value IS 141 (55.47% from 255) = 27.92%
R=29.90%
G=42.18%
B=27.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1512131410.2900.340.16111.6746.1569.41
Hex97D58D1D02210702e45
Octal227325215350422016056105
Binary1001011111010101100011011110101000101000011100001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,213,141); }

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

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

 a { background-color: rgb(151,213,141); }

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

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

 span { border-color: rgb(151,213,141); }

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