#99DD75

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

Shades of Gossip #99DD75

Tints of Gossip #99DD75

Color information

#99DD75 (or 0x99DD75) is unknown color: approx Gossip. HEX triplet: 99, DD and 75. RGB value is (153,221,117). Sum of RGB (Red+Green+Blue) = 153+221+117=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DD75 is #66228A. Grayscale: #BDBDBD. Windows color (decimal): -6693515 or 7724441. OLE color: 7724441.

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

Color convert

RGB153221117-
CMYK0.3100.470.13
HSL99.23º60.47%66.27%-
HSV(B)99.23º47.06%86.67%-
XYZ42.259.7726.14-
YUV188.8187.47102.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.16%
GREEN value IS 221 (86.72% from 255) = 45.01%
BLUE value IS 117 (46.09% from 255) = 23.83%
R=31.16%
G=45.01%
B=23.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532211170.3100.470.1399.2360.4766.27
Hex99DD751F02FD633c42
Octal231335165370571514374102
Binary10011001110111011110101111110101111110111000111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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