Html Css Color HEX #99DB76 Gossip

📋 copy color: '#99DB76'

red 153 ◦ green 219 ◦ blue 118

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

Shades of Gossip #99DB76

Tints of Gossip #99DB76

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.69%

 BLUE value IS 118 (46.48% from 255) = 24.08%

R = 31.22%
G = 44.69%
B = 24.08%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#99DB76 (or 0x99DB76) is known color: Gossip. HEX triplet: 99, DB and 76. RGB value is (153,219,118). Sum of RGB (Red+Green+Blue) = 153+219+118=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DB76 is #662489. Grayscale: #BCBCBC. Windows color (decimal): -6694026 or 7789465. OLE color: 7789465.

HSL color Cylindrical-coordinate representation of color #99DB76: hue angle of 99.21º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99DB76 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 219 118 -
CMYK 0.30 0 0.46 0.14
HSL 99.21º 0.58% 0.66% -
HSV(B) 99.21º 0.46% 0.86% -
XYZ 41.74 58.74 26.28 -
YUV 187.75 88.63 103.21 -
System Red Green Blue C M Y K H S L
Decimal 153 219 118 0.30 0 0.46 0.14 99.21 0.58 0.66
Hex 99 DB 76 1E 0 2E E 63 3A 42
Octal 231 333 166 36 0 56 16 143 72 102
Binary 10011001 11011011 1110110 11110 0 101110 1110 1100011 111010 1000010

Color Harmonies of #99DB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DB76

Black with #99DB76

Text Example


Text Example

White with #99DB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,219,118); }

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

background-color css

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

 a { background-color: rgb(153,219,118); }

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

border-color css

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

 span { border-color: rgb(153,219,118); }

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