Html Css Color HEX #99DC80 Gossip

📋 copy color: '#99DC80'

red 153 ◦ green 220 ◦ blue 128

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

Shades of Gossip #99DC80

Tints of Gossip #99DC80

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.91%

 BLUE value IS 128 (50.39% from 255) = 25.55%

R = 30.54%
G = 43.91%
B = 25.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#99DC80 (or 0x99DC80) is known color: Gossip. HEX triplet: 99, DC and 80. RGB value is (153,220,128). Sum of RGB (Red+Green+Blue) = 153+220+128=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #99DC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DC80 is #66237F. Grayscale: #BDBDBD. Windows color (decimal): -6693760 or 8445081. OLE color: 8445081.

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

Color convert

RGB 153 220 128 -
CMYK 0.30 0 0.42 0.14
HSL 103.7º 0.57% 0.68% -
HSV(B) 103.7º 0.42% 0.86% -
XYZ 42.63 59.52 29.66 -
YUV 189.48 93.3 101.98 -
System Red Green Blue C M Y K H S L
Decimal 153 220 128 0.30 0 0.42 0.14 103.7 0.57 0.68
Hex 99 DC 80 1E 0 2A E 68 39 44
Octal 231 334 200 36 0 52 16 150 71 104
Binary 10011001 11011100 10000000 11110 0 101010 1110 1101000 111001 1000100

Color Harmonies of #99DC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DC80

Black with #99DC80

Text Example


Text Example

White with #99DC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,220,128); }

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

background-color css

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

 a { background-color: rgb(153,220,128); }

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

border-color css

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

 span { border-color: rgb(153,220,128); }

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