Html Css Color HEX #96D497 Granny Smith Apple

📋 copy color: '#96D497'

red 150 ◦ green 212 ◦ blue 151

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

Shades of Granny Smith Apple #96D497

Tints of Granny Smith Apple #96D497

RGB

 RED value IS 150 (58.98% from 255) = 29.24%

 GREEN value IS 212 (83.2% from 255) = 41.33%

 BLUE value IS 151 (59.38% from 255) = 29.43%

R = 29.24%
G = 41.33%
B = 29.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#96D497 (or 0x96D497) is known color: Granny Smith Apple. HEX triplet: 96, D4 and 97. RGB value is (150,212,151). Sum of RGB (Red+Green+Blue) = 150+212+151=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 151 (59.38% from 255 or 29.43% from 513); Max value from RGB is 212 - color contains mainly: green. Hex color #96D497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D497 is #692B68. Grayscale: #BABABA. Windows color (decimal): -6892393 or 9950358. OLE color: 9950358.

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

Color convert

RGB 150 212 151 -
CMYK 0.29 0 0.29 0.17
HSL 120.97º 0.42% 0.71% -
HSV(B) 120.97º 0.29% 0.83% -
XYZ 41.71 55.81 37.85 -
YUV 186.51 107.96 101.96 -
System Red Green Blue C M Y K H S L
Decimal 150 212 151 0.29 0 0.29 0.17 120.97 0.42 0.71
Hex 96 D4 97 1D 0 1D 11 79 2A 47
Octal 226 324 227 35 0 35 21 171 52 107
Binary 10010110 11010100 10010111 11101 0 11101 10001 1111001 101010 1000111

Color Harmonies of #96D497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D497

Black with #96D497

Text Example


Text Example

White with #96D497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96D497; }

 p { color: rgb(150,212,151); }

 H1.HeaderClassName
 {
   color: #96D497;
 }
 .AnyTagClassName
 {
   color: #96D497;
 }
</style>

background-color css

<style>
 a { background-color: #96D497; }

 a { background-color: rgb(150,212,151); }

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

border-color css

<style>
 span { border-color: #96D497; }

 span { border-color: rgb(150,212,151); }

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