Html Css Color HEX #97D398 Granny Smith Apple

📋 copy color: '#97D398'

red 151 ◦ green 211 ◦ blue 152

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

Shades of Granny Smith Apple #97D398

Tints of Granny Smith Apple #97D398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.57%

R = 29.38%
G = 41.05%
B = 29.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#97D398 (or 0x97D398) is known color: Granny Smith Apple. HEX triplet: 97, D3 and 98. RGB value is (151,211,152). Sum of RGB (Red+Green+Blue) = 151+211+152=514 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.38% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 152 (59.77% from 255 or 29.57% from 514); Max value from RGB is 211 - color contains mainly: green. Hex color #97D398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D398 is #682C67. Grayscale: #BABABA. Windows color (decimal): -6827112 or 10015639. OLE color: 10015639.

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

Color convert

RGB 151 211 152 -
CMYK 0.28 0 0.28 0.17
HSL 121º 0.41% 0.71% -
HSV(B) 121º 0.28% 0.83% -
XYZ 41.72 55.43 38.21 -
YUV 186.33 108.62 102.8 -
System Red Green Blue C M Y K H S L
Decimal 151 211 152 0.28 0 0.28 0.17 121 0.41 0.71
Hex 97 D3 98 1C 0 1C 11 79 29 47
Octal 227 323 230 34 0 34 21 171 51 107
Binary 10010111 11010011 10011000 11100 0 11100 10001 1111001 101001 1000111

Color Harmonies of #97D398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D398

Black with #97D398

Text Example


Text Example

White with #97D398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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