#9DD875

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

Shades of Gossip #9DD875

Tints of Gossip #9DD875

Color information

#9DD875 (or 0x9DD875) is unknown color: approx Gossip. HEX triplet: 9D, D8 and 75. RGB value is (157,216,117). Sum of RGB (Red+Green+Blue) = 157+216+117=490 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.04% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #9DD875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD875 is #62278A. Grayscale: #BBBBBB. Windows color (decimal): -6432651 or 7723165. OLE color: 7723165.

HSL color Cylindrical-coordinate representation of color #9DD875: hue angle of 95.76º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DD875 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB157216117-
CMYK0.2700.460.15
HSL95.76º55.93%65.29%-
HSV(B)95.76º45.83%84.71%-
XYZ41.6757.5625.74-
YUV187.0788.45106.55-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.04%
GREEN value IS 216 (84.77% from 255) = 44.08%
BLUE value IS 117 (46.09% from 255) = 23.88%
R=32.04%
G=44.08%
B=23.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572161170.2700.460.1595.7655.9365.29
Hex9DD8751B02EF603841
Octal235330165330561714070101
Binary10011101110110001110101110110101110111111000001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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