#9DDF80

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

Shades of Gossip #9DDF80

Tints of Gossip #9DDF80

Color information

#9DDF80 (or 0x9DDF80) is unknown color: approx Gossip. HEX triplet: 9D, DF and 80. RGB value is (157,223,128). Sum of RGB (Red+Green+Blue) = 157+223+128=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDF80 is #62207F. Grayscale: #C0C0C0. Windows color (decimal): -6430848 or 8445853. OLE color: 8445853.

HSL color Cylindrical-coordinate representation of color #9DDF80: hue angle of 101.68º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DDF80 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB157223128-
CMYK0.3000.430.13
HSL101.68º59.75%68.82%-
HSV(B)101.68º42.6%87.45%-
XYZ44.1961.529.96-
YUV192.4491.63102.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.91%
GREEN value IS 223 (87.5% from 255) = 43.90%
BLUE value IS 128 (50.39% from 255) = 25.20%
R=30.91%
G=43.90%
B=25.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572231280.3000.430.13101.6859.7568.82
Hex9DDF801E02BD663c45
Octal235337200360531514674105
Binary100111011101111110000000111100101011110111001101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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