Html Css Color HEX #99D17D Gossip

📋 copy color: '#99D17D'

red 153 ◦ green 209 ◦ blue 125

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

Shades of Gossip #99D17D

Tints of Gossip #99D17D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.92%

 BLUE value IS 125 (49.22% from 255) = 25.67%

R = 31.42%
G = 42.92%
B = 25.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#99D17D (or 0x99D17D) is known color: Gossip. HEX triplet: 99, D1 and 7D. RGB value is (153,209,125). Sum of RGB (Red+Green+Blue) = 153+209+125=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 209 - color contains mainly: green. Hex color #99D17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D17D is #662E82. Grayscale: #B6B6B6. Windows color (decimal): -6696579 or 8245657. OLE color: 8245657.

HSL color Cylindrical-coordinate representation of color #99D17D: hue angle of 100º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99D17D is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 209 125 -
CMYK 0.27 0 0.40 0.18
HSL 100º 0.48% 0.65% -
HSV(B) 100º 0.4% 0.82% -
XYZ 39.64 53.85 27.71 -
YUV 182.68 95.45 106.83 -
System Red Green Blue C M Y K H S L
Decimal 153 209 125 0.27 0 0.40 0.18 100 0.48 0.65
Hex 99 D1 7D 1B 0 28 12 64 30 41
Octal 231 321 175 33 0 50 22 144 60 101
Binary 10011001 11010001 1111101 11011 0 101000 10010 1100100 110000 1000001

Color Harmonies of #99D17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D17D

Black with #99D17D

Text Example


Text Example

White with #99D17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,209,125); }

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

background-color css

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

 a { background-color: rgb(153,209,125); }

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

border-color css

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

 span { border-color: rgb(153,209,125); }

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