#9DD785

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

Shades of Gossip #9DD785

Tints of Gossip #9DD785

Color information

#9DD785 (or 0x9DD785) is unknown color: approx Gossip. HEX triplet: 9D, D7 and 85. RGB value is (157,215,133). Sum of RGB (Red+Green+Blue) = 157+215+133=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD785 is #62287A. Grayscale: #BCBCBC. Windows color (decimal): -6432891 or 8771485. OLE color: 8771485.

HSL color Cylindrical-coordinate representation of color #9DD785: hue angle of 102.44º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DD785 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB157215133-
CMYK0.2700.380.16
HSL102.44º50.62%68.24%-
HSV(B)102.44º38.14%84.31%-
XYZ42.4457.4631.04-
YUV188.3196.78105.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.09%
GREEN value IS 215 (84.38% from 255) = 42.57%
BLUE value IS 133 (52.34% from 255) = 26.34%
R=31.09%
G=42.57%
B=26.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572151330.2700.380.16102.4450.6268.24
Hex9DD7851B02610663344
Octal235327205330462014663104
Binary1001110111010111100001011101101001101000011001101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,215,133); }

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

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

 a { background-color: rgb(157,215,133); }

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

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

 span { border-color: rgb(157,215,133); }

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