Html Css Color HEX #99DB73 Gossip

📋 copy color: '#99DB73'

red 153 ◦ green 219 ◦ blue 115

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

Shades of Gossip #99DB73

Tints of Gossip #99DB73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.61%

R = 31.42%
G = 44.97%
B = 23.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#99DB73 (or 0x99DB73) is known color: Gossip. HEX triplet: 99, DB and 73. RGB value is (153,219,115). Sum of RGB (Red+Green+Blue) = 153+219+115=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DB73 is #66248C. Grayscale: #BBBBBB. Windows color (decimal): -6694029 or 7592857. OLE color: 7592857.

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

Color convert

RGB 153 219 115 -
CMYK 0.30 0 0.47 0.14
HSL 98.08º 0.59% 0.65% -
HSV(B) 98.08º 0.47% 0.86% -
XYZ 41.56 58.67 25.35 -
YUV 187.41 87.13 103.46 -
System Red Green Blue C M Y K H S L
Decimal 153 219 115 0.30 0 0.47 0.14 98.08 0.59 0.65
Hex 99 DB 73 1E 0 2F E 62 3B 41
Octal 231 333 163 36 0 57 16 142 73 101
Binary 10011001 11011011 1110011 11110 0 101111 1110 1100010 111011 1000001

Color Harmonies of #99DB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DB73

Black with #99DB73

Text Example


Text Example

White with #99DB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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