#99DD83

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

Shades of Gossip #99DD83

Tints of Gossip #99DD83

Color information

#99DD83 (or 0x99DD83) is unknown color: approx Gossip. HEX triplet: 99, DD and 83. RGB value is (153,221,131). Sum of RGB (Red+Green+Blue) = 153+221+131=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DD83 is #66227C. Grayscale: #BEBEBE. Windows color (decimal): -6693501 or 8641945. OLE color: 8641945.

HSL color Cylindrical-coordinate representation of color #99DD83: hue angle of 105.33º 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 #99DD83 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB153221131-
CMYK0.3100.410.13
HSL105.33º56.96%69.02%-
HSV(B)105.33º40.72%86.67%-
XYZ43.0960.1230.81-
YUV190.4194.47101.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.30%
GREEN value IS 221 (86.72% from 255) = 43.76%
BLUE value IS 131 (51.56% from 255) = 25.94%
R=30.30%
G=43.76%
B=25.94%

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
Decimal1532211310.3100.410.13105.3356.9669.02
Hex99DD831F029D693945
Octal231335203370511515171105
Binary100110011101110110000011111110101001110111010011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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