Html Css Color HEX #99DB81 Gossip

📋 copy color: '#99DB81'

red 153 ◦ green 219 ◦ blue 129

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

Shades of Gossip #99DB81

Tints of Gossip #99DB81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.75%

R = 30.54%
G = 43.71%
B = 25.75%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#99DB81 (or 0x99DB81) is known color: Gossip. HEX triplet: 99, DB and 81. RGB value is (153,219,129). Sum of RGB (Red+Green+Blue) = 153+219+129=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DB81 is #66247E. Grayscale: #BDBDBD. Windows color (decimal): -6694015 or 8510361. OLE color: 8510361.

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

Color convert

RGB 153 219 129 -
CMYK 0.30 0 0.41 0.14
HSL 104º 0.56% 0.68% -
HSV(B) 104º 0.41% 0.86% -
XYZ 42.43 59.02 29.92 -
YUV 189.01 94.13 102.32 -
System Red Green Blue C M Y K H S L
Decimal 153 219 129 0.30 0 0.41 0.14 104 0.56 0.68
Hex 99 DB 81 1E 0 29 E 68 38 44
Octal 231 333 201 36 0 51 16 150 70 104
Binary 10011001 11011011 10000001 11110 0 101001 1110 1101000 111000 1000100

Color Harmonies of #99DB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DB81

Black with #99DB81

Text Example


Text Example

White with #99DB81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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