#9DDD80

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

Shades of Gossip #9DDD80

Tints of Gossip #9DDD80

Color information

#9DDD80 (or 0x9DDD80) is unknown color: approx Gossip. HEX triplet: 9D, DD and 80. RGB value is (157,221,128). Sum of RGB (Red+Green+Blue) = 157+221+128=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #9DDD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDD80 is #62227F. Grayscale: #BFBFBF. Windows color (decimal): -6431360 or 8445341. OLE color: 8445341.

HSL color Cylindrical-coordinate representation of color #9DDD80: hue angle of 101.29º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DDD80 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB157221128-
CMYK0.2900.420.13
HSL101.29º57.76%68.43%-
HSV(B)101.29º42.08%86.67%-
XYZ43.6660.4429.79-
YUV191.2692.3103.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.03%
GREEN value IS 221 (86.72% from 255) = 43.68%
BLUE value IS 128 (50.39% from 255) = 25.30%
R=31.03%
G=43.68%
B=25.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572211280.2900.420.13101.2957.7668.43
Hex9DDD801D02AD653a44
Octal235335200350521514572104
Binary100111011101110110000000111010101010110111001011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DDD80; }

 p { color: rgb(157,221,128); }

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

<style>
 a { background-color: #9DDD80; }

 a { background-color: rgb(157,221,128); }

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

<style>
 span { border-color: #9DDD80; }

 span { border-color: rgb(157,221,128); }

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