#9DD681

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

Shades of Gossip #9DD681

Tints of Gossip #9DD681

Color information

#9DD681 (or 0x9DD681) is unknown color: approx Gossip. HEX triplet: 9D, D6 and 81. RGB value is (157,214,129). Sum of RGB (Red+Green+Blue) = 157+214+129=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 129 (50.78% from 255 or 25.8% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD681 is #62297E. Grayscale: #BBBBBB. Windows color (decimal): -6433151 or 8509085. OLE color: 8509085.

HSL color Cylindrical-coordinate representation of color #9DD681: hue angle of 100.24º degrees, saturation: 0.51, 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 #9DD681 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB157214129-
CMYK0.2700.400.16
HSL100.24º50.9%67.25%-
HSV(B)100.24º39.72%83.92%-
XYZ41.9156.8529.53-
YUV187.2795.12106.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.4%
GREEN value IS 214 (83.98% from 255) = 42.8%
BLUE value IS 129 (50.78% from 255) = 25.8%
R=31.4%
G=42.8%
B=25.8%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572141290.2700.400.16100.2450.967.25
Hex9DD6811B02810643343
Octal235326201330502014463103
Binary1001110111010110100000011101101010001000011001001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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