#9DD480

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

Shades of Gossip #9DD480

Tints of Gossip #9DD480

Color information

#9DD480 (or 0x9DD480) is unknown color: approx Gossip. HEX triplet: 9D, D4 and 80. RGB value is (157,212,128). Sum of RGB (Red+Green+Blue) = 157+212+128=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD480 is #622B7F. Grayscale: #BABABA. Windows color (decimal): -6433664 or 8443037. OLE color: 8443037.

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

Color convert

RGB157212128-
CMYK0.2600.400.17
HSL99.29º49.41%66.67%-
HSV(B)99.29º39.62%83.14%-
XYZ41.3455.8129.02-
YUV185.9895.28107.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.59%
GREEN value IS 212 (83.20% from 255) = 42.66%
BLUE value IS 128 (50.39% from 255) = 25.75%
R=31.59%
G=42.66%
B=25.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1572121280.2600.400.1799.2949.4166.67
Hex9DD4801A02811633143
Octal235324200320502114361103
Binary1001110111010100100000001101001010001000111000111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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