#9DCF87

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

Shades of Gossip #9DCF87

Tints of Gossip #9DCF87

Color information

#9DCF87 (or 0x9DCF87) is unknown color: approx Gossip. HEX triplet: 9D, CF and 87. RGB value is (157,207,135). Sum of RGB (Red+Green+Blue) = 157+207+135=499 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.46% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCF87 is #623078. Grayscale: #B8B8B8. Windows color (decimal): -6434937 or 8900509. OLE color: 8900509.

HSL color Cylindrical-coordinate representation of color #9DCF87: hue angle of 101.67º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DCF87 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB157207135-
CMYK0.2400.350.19
HSL101.67º42.86%67.06%-
HSV(B)101.67º34.78%81.18%-
XYZ40.5953.5431.12-
YUV183.84100.44108.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.46%
GREEN value IS 207 (81.25% from 255) = 41.48%
BLUE value IS 135 (53.12% from 255) = 27.05%
R=31.46%
G=41.48%
B=27.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1572071350.2400.350.19101.6742.8667.06
Hex9DCF871802313662b43
Octal235317207300432314653103
Binary1001110111001111100001111100001000111001111001101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,207,135); }

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

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

 a { background-color: rgb(157,207,135); }

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

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

 span { border-color: rgb(157,207,135); }

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