Html Css Color HEX #97D28C Granny Smith Apple

📋 copy color: '#97D28C'

red 151 ◦ green 210 ◦ blue 140

#97D28C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith Apple #97D28C

Tints of Granny Smith Apple #97D28C

RGB

 RED value IS 151 (59.38% from 255) = 30.14%

 GREEN value IS 210 (82.42% from 255) = 41.92%

 BLUE value IS 140 (55.08% from 255) = 27.94%

R = 30.14%
G = 41.92%
B = 27.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#97D28C (or 0x97D28C) is known color: Granny Smith Apple. HEX triplet: 97, D2 and 8C. RGB value is (151,210,140). Sum of RGB (Red+Green+Blue) = 151+210+140=501 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.14% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #97D28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D28C is #682D73. Grayscale: #B8B8B8. Windows color (decimal): -6827380 or 9228951. OLE color: 9228951.

HSL color Cylindrical-coordinate representation of color #97D28C: hue angle of 110.57º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97D28C is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 210 140 -
CMYK 0.28 0 0.33 0.18
HSL 110.57º 0.44% 0.69% -
HSV(B) 110.57º 0.33% 0.82% -
XYZ 40.54 54.57 33.21 -
YUV 184.38 102.95 104.19 -
System Red Green Blue C M Y K H S L
Decimal 151 210 140 0.28 0 0.33 0.18 110.57 0.44 0.69
Hex 97 D2 8C 1C 0 21 12 6F 2C 45
Octal 227 322 214 34 0 41 22 157 54 105
Binary 10010111 11010010 10001100 11100 0 100001 10010 1101111 101100 1000101

Color Harmonies of #97D28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D28C

Black with #97D28C

Text Example


Text Example

White with #97D28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #97D28C;
 }
 .AnyTagClassName
 {
   color: #97D28C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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