#9DD881

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

Shades of Gossip #9DD881

Tints of Gossip #9DD881

Color information

#9DD881 (or 0x9DD881) is unknown color: approx Gossip. HEX triplet: 9D, D8 and 81. RGB value is (157,216,129). Sum of RGB (Red+Green+Blue) = 157+216+129=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD881 is #62277E. Grayscale: #BCBCBC. Windows color (decimal): -6432639 or 8509597. OLE color: 8509597.

HSL color Cylindrical-coordinate representation of color #9DD881: hue angle of 100.69º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DD881 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB157216129-
CMYK0.2700.400.15
HSL100.69º52.73%67.65%-
HSV(B)100.69º40.28%84.71%-
XYZ42.4257.8629.7-
YUV188.4494.45105.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.27%
GREEN value IS 216 (84.77% from 255) = 43.03%
BLUE value IS 129 (50.78% from 255) = 25.70%
R=31.27%
G=43.03%
B=25.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572161290.2700.400.15100.6952.7367.65
Hex9DD8811B028F653544
Octal235330201330501714565104
Binary100111011101100010000001110110101000111111001011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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