#95D878

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

Shades of Gossip #95D878

Tints of Gossip #95D878

Color information

#95D878 (or 0x95D878) is unknown color: approx Gossip. HEX triplet: 95, D8 and 78. RGB value is (149,216,120). Sum of RGB (Red+Green+Blue) = 149+216+120=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #95D878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D878 is #6A2787. Grayscale: #B9B9B9. Windows color (decimal): -6956936 or 7919765. OLE color: 7919765.

HSL color Cylindrical-coordinate representation of color #95D878: hue angle of 101.88º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95D878 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB149216120-
CMYK0.3100.440.15
HSL101.88º55.17%65.88%-
HSV(B)101.88º44.44%84.71%-
XYZ40.3456.8626.62-
YUV185.0291.3102.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.72%
GREEN value IS 216 (84.77% from 255) = 44.54%
BLUE value IS 120 (47.27% from 255) = 24.74%
R=30.72%
G=44.54%
B=24.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492161200.3100.440.15101.8855.1765.88
Hex95D8781F02CF663742
Octal225330170370541714667102
Binary10010101110110001111000111110101100111111001101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95D878; }

 p { color: rgb(149,216,120); }

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

<style>
 a { background-color: #95D878; }

 a { background-color: rgb(149,216,120); }

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

<style>
 span { border-color: #95D878; }

 span { border-color: rgb(149,216,120); }

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