Html Css Color HEX #97D394 Granny Smith Apple

📋 copy color: '#97D394'

red 151 ◦ green 211 ◦ blue 148

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

Shades of Granny Smith Apple #97D394

Tints of Granny Smith Apple #97D394

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.37%

 BLUE value IS 148 (58.2% from 255) = 29.02%

R = 29.61%
G = 41.37%
B = 29.02%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#97D394 (or 0x97D394) is known color: Granny Smith Apple. HEX triplet: 97, D3 and 94. RGB value is (151,211,148). Sum of RGB (Red+Green+Blue) = 151+211+148=510 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.61% from 510); Green value is 211 (82.81% from 255 or 41.37% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 211 - color contains mainly: green. Hex color #97D394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D394 is #682C6B. Grayscale: #BABABA. Windows color (decimal): -6827116 or 9753495. OLE color: 9753495.

HSL color Cylindrical-coordinate representation of color #97D394: hue angle of 117.14º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97D394 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 151 211 148 -
CMYK 0.28 0 0.30 0.17
HSL 117.14º 0.42% 0.7% -
HSV(B) 117.14º 0.3% 0.83% -
XYZ 41.4 55.31 36.51 -
YUV 185.88 106.62 103.12 -
System Red Green Blue C M Y K H S L
Decimal 151 211 148 0.28 0 0.30 0.17 117.14 0.42 0.7
Hex 97 D3 94 1C 0 1E 11 75 2A 46
Octal 227 323 224 34 0 36 21 165 52 106
Binary 10010111 11010011 10010100 11100 0 11110 10001 1110101 101010 1000110

Color Harmonies of #97D394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D394

Black with #97D394

Text Example


Text Example

White with #97D394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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