Html Css Color HEX #99DB78 Gossip

📋 copy color: '#99DB78'

red 153 ◦ green 219 ◦ blue 120

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

Shades of Gossip #99DB78

Tints of Gossip #99DB78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.39%

R = 31.1%
G = 44.51%
B = 24.39%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#99DB78 (or 0x99DB78) is known color: Gossip. HEX triplet: 99, DB and 78. RGB value is (153,219,120). Sum of RGB (Red+Green+Blue) = 153+219+120=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DB78 is #662487. Grayscale: #BCBCBC. Windows color (decimal): -6694024 or 7920537. OLE color: 7920537.

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

Color convert

RGB 153 219 120 -
CMYK 0.30 0 0.45 0.14
HSL 100º 0.58% 0.66% -
HSV(B) 100º 0.45% 0.86% -
XYZ 41.86 58.79 26.91 -
YUV 187.98 89.63 103.05 -
System Red Green Blue C M Y K H S L
Decimal 153 219 120 0.30 0 0.45 0.14 100 0.58 0.66
Hex 99 DB 78 1E 0 2D E 64 3A 42
Octal 231 333 170 36 0 55 16 144 72 102
Binary 10011001 11011011 1111000 11110 0 101101 1110 1100100 111010 1000010

Color Harmonies of #99DB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DB78

Black with #99DB78

Text Example


Text Example

White with #99DB78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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