#9DD580

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

Shades of Gossip #9DD580

Tints of Gossip #9DD580

Color information

#9DD580 (or 0x9DD580) is unknown color: approx Gossip. HEX triplet: 9D, D5 and 80. RGB value is (157,213,128). Sum of RGB (Red+Green+Blue) = 157+213+128=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD580 is #622A7F. Grayscale: #BABABA. Windows color (decimal): -6433408 or 8443293. OLE color: 8443293.

HSL color Cylindrical-coordinate representation of color #9DD580: hue angle of 99.53º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DD580 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB157213128-
CMYK0.2600.400.16
HSL99.53º50.3%66.86%-
HSV(B)99.53º39.91%83.53%-
XYZ41.656.3229.1-
YUV186.5794.95106.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.53%
GREEN value IS 213 (83.59% from 255) = 42.77%
BLUE value IS 128 (50.39% from 255) = 25.70%
R=31.53%
G=42.77%
B=25.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572131280.2600.400.1699.5350.366.86
Hex9DD5801A02810643243
Octal235325200320502014462103
Binary1001110111010101100000001101001010001000011001001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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