#9DDC81

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

Shades of Gossip #9DDC81

Tints of Gossip #9DDC81

Color information

#9DDC81 (or 0x9DDC81) is unknown color: approx Gossip. HEX triplet: 9D, DC and 81. RGB value is (157,220,129). Sum of RGB (Red+Green+Blue) = 157+220+129=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 129 (50.78% from 255 or 25.49% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDC81 is #62237E. Grayscale: #BFBFBF. Windows color (decimal): -6431615 or 8510621. OLE color: 8510621.

HSL color Cylindrical-coordinate representation of color #9DDC81: hue angle of 101.54º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DDC81 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB157220129-
CMYK0.2900.410.14
HSL101.54º56.52%68.43%-
HSV(B)101.54º41.36%86.27%-
XYZ43.4659.9430.05-
YUV190.7993.13103.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.03%
GREEN value IS 220 (86.33% from 255) = 43.48%
BLUE value IS 129 (50.78% from 255) = 25.49%
R=31.03%
G=43.48%
B=25.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572201290.2900.410.14101.5456.5268.43
Hex9DDC811D029E663944
Octal235334201350511614671104
Binary100111011101110010000001111010101001111011001101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,220,129); }

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

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

 a { background-color: rgb(157,220,129); }

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

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

 span { border-color: rgb(157,220,129); }

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