#9DD985

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

Shades of Gossip #9DD985

Tints of Gossip #9DD985

Color information

#9DD985 (or 0x9DD985) is unknown color: approx Gossip. HEX triplet: 9D, D9 and 85. RGB value is (157,217,133). Sum of RGB (Red+Green+Blue) = 157+217+133=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD985 is #62267A. Grayscale: #BDBDBD. Windows color (decimal): -6432379 or 8771997. OLE color: 8771997.

HSL color Cylindrical-coordinate representation of color #9DD985: hue angle of 102.86º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9DD985 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB157217133-
CMYK0.2800.390.15
HSL102.86º52.5%68.63%-
HSV(B)102.86º38.71%85.1%-
XYZ42.9558.4931.22-
YUV189.4896.12104.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.97%
GREEN value IS 217 (85.16% from 255) = 42.80%
BLUE value IS 133 (52.34% from 255) = 26.23%
R=30.97%
G=42.80%
B=26.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572171330.2800.390.15102.8652.568.63
Hex9DD9851C027F673545
Octal235331205340471714765105
Binary100111011101100110000101111000100111111111001111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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