Html Css Color HEX #97D690 Granny Smith Apple

📋 copy color: '#97D690'

red 151 ◦ green 214 ◦ blue 144

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

Shades of Granny Smith Apple #97D690

Tints of Granny Smith Apple #97D690

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.04%

 BLUE value IS 144 (56.64% from 255) = 28.29%

R = 29.67%
G = 42.04%
B = 28.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#97D690 (or 0x97D690) is known color: Granny Smith Apple. HEX triplet: 97, D6 and 90. RGB value is (151,214,144). Sum of RGB (Red+Green+Blue) = 151+214+144=509 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.67% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #97D690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D690 is #68296F. Grayscale: #BBBBBB. Windows color (decimal): -6826352 or 9492119. OLE color: 9492119.

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

Color convert

RGB 151 214 144 -
CMYK 0.29 0 0.33 0.16
HSL 114º 0.46% 0.7% -
HSV(B) 114º 0.33% 0.84% -
XYZ 41.84 56.69 35.12 -
YUV 187.18 103.63 102.19 -
System Red Green Blue C M Y K H S L
Decimal 151 214 144 0.29 0 0.33 0.16 114 0.46 0.7
Hex 97 D6 90 1D 0 21 10 72 2E 46
Octal 227 326 220 35 0 41 20 162 56 106
Binary 10010111 11010110 10010000 11101 0 100001 10000 1110010 101110 1000110

Color Harmonies of #97D690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D690

Black with #97D690

Text Example


Text Example

White with #97D690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,214,144); }

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

background-color css

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

 a { background-color: rgb(151,214,144); }

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

border-color css

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

 span { border-color: rgb(151,214,144); }

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