Html Css Color HEX #96D971 Gossip

📋 copy color: '#96D971'

red 150 ◦ green 217 ◦ blue 113

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

Shades of Gossip #96D971

Tints of Gossip #96D971

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.21%

 BLUE value IS 113 (44.53% from 255) = 23.54%

R = 31.25%
G = 45.21%
B = 23.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#96D971 (or 0x96D971) is known color: Gossip. HEX triplet: 96, D9 and 71. RGB value is (150,217,113). Sum of RGB (Red+Green+Blue) = 150+217+113=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #96D971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96D971 is #69268E. Grayscale: #B9B9B9. Windows color (decimal): -6891151 or 7461270. OLE color: 7461270.

HSL color Cylindrical-coordinate representation of color #96D971: hue angle of 98.65º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96D971 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 217 113 -
CMYK 0.31 0 0.48 0.15
HSL 98.65º 0.58% 0.65% -
HSV(B) 98.65º 0.48% 0.85% -
XYZ 40.37 57.3 24.56 -
YUV 185.11 87.3 102.96 -
System Red Green Blue C M Y K H S L
Decimal 150 217 113 0.31 0 0.48 0.15 98.65 0.58 0.65
Hex 96 D9 71 1F 0 30 F 63 3A 41
Octal 226 331 161 37 0 60 17 143 72 101
Binary 10010110 11011001 1110001 11111 0 110000 1111 1100011 111010 1000001

Color Harmonies of #96D971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D971

Black with #96D971

Text Example


Text Example

White with #96D971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,217,113); }

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

background-color css

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

 a { background-color: rgb(150,217,113); }

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

border-color css

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

 span { border-color: rgb(150,217,113); }

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