#99DD82

Color #99DD82 Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #99DD82

Tints of Gossip #99DD82

Color information

#99DD82 (or 0x99DD82) is unknown color: approx Gossip. HEX triplet: 99, DD and 82. RGB value is (153,221,130). Sum of RGB (Red+Green+Blue) = 153+221+130=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DD82 is #66227D. Grayscale: #BEBEBE. Windows color (decimal): -6693502 or 8576409. OLE color: 8576409.

HSL color Cylindrical-coordinate representation of color #99DD82: hue angle of 104.84º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99DD82 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB153221130-
CMYK0.3100.410.13
HSL104.84º57.23%68.82%-
HSV(B)104.84º41.18%86.67%-
XYZ43.0260.130.45-
YUV190.2993.97101.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.36%
GREEN value IS 221 (86.72% from 255) = 43.85%
BLUE value IS 130 (51.17% from 255) = 25.79%
R=30.36%
G=43.85%
B=25.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532211300.3100.410.13104.8457.2368.82
Hex99DD821F029D693945
Octal231335202370511515171105
Binary100110011101110110000010111110101001110111010011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,221,130); }

 H1.HeaderClassName
 {
   color: #99DD82;
 }
 .AnyTagClassName
 {
   color: #99DD82;
 }
</style>
background-color css

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

 a { background-color: rgb(153,221,130); }

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

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

 span { border-color: rgb(153,221,130); }

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