Html Css Color HEX #97D28D Granny Smith Apple

📋 copy color: '#97D28D'

red 151 ◦ green 210 ◦ blue 141

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

Shades of Granny Smith Apple #97D28D

Tints of Granny Smith Apple #97D28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.09%

R = 30.08%
G = 41.83%
B = 28.09%

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

#97D28D (or 0x97D28D) is known color: Granny Smith Apple. HEX triplet: 97, D2 and 8D. RGB value is (151,210,141). Sum of RGB (Red+Green+Blue) = 151+210+141=502 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.08% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 210 - color contains mainly: green. Hex color #97D28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D28D is #682D72. Grayscale: #B8B8B8. Windows color (decimal): -6827379 or 9294487. OLE color: 9294487.

HSL color Cylindrical-coordinate representation of color #97D28D: hue angle of 111.3º degrees, saturation: 0.43, 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 #97D28D is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 210 141 -
CMYK 0.28 0 0.33 0.18
HSL 111.3º 0.43% 0.69% -
HSV(B) 111.3º 0.33% 0.82% -
XYZ 40.62 54.6 33.6 -
YUV 184.49 103.45 104.11 -
System Red Green Blue C M Y K H S L
Decimal 151 210 141 0.28 0 0.33 0.18 111.3 0.43 0.69
Hex 97 D2 8D 1C 0 21 12 6F 2B 45
Octal 227 322 215 34 0 41 22 157 53 105
Binary 10010111 11010010 10001101 11100 0 100001 10010 1101111 101011 1000101

Color Harmonies of #97D28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D28D

Black with #97D28D

Text Example


Text Example

White with #97D28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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