Html Css Color HEX #99D971 Gossip

📋 copy color: '#99D971'

red 153 ◦ green 217 ◦ blue 113

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

Shades of Gossip #99D971

Tints of Gossip #99D971

RGB

 RED value IS 153 (60.16% from 255) = 31.68%

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

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

R = 31.68%
G = 44.93%
B = 23.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#99D971 (or 0x99D971) is known color: Gossip. HEX triplet: 99, D9 and 71. RGB value is (153,217,113). Sum of RGB (Red+Green+Blue) = 153+217+113=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #99D971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D971 is #66268E. Grayscale: #BABABA. Windows color (decimal): -6694543 or 7461273. OLE color: 7461273.

HSL color Cylindrical-coordinate representation of color #99D971: hue angle of 96.92º 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 #99D971 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 217 113 -
CMYK 0.29 0 0.48 0.15
HSL 96.92º 0.58% 0.65% -
HSV(B) 96.92º 0.48% 0.85% -
XYZ 40.93 57.59 24.58 -
YUV 186.01 86.8 104.46 -
System Red Green Blue C M Y K H S L
Decimal 153 217 113 0.29 0 0.48 0.15 96.92 0.58 0.65
Hex 99 D9 71 1D 0 30 F 61 3A 41
Octal 231 331 161 35 0 60 17 141 72 101
Binary 10011001 11011001 1110001 11101 0 110000 1111 1100001 111010 1000001

Color Harmonies of #99D971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D971

Black with #99D971

Text Example


Text Example

White with #99D971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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