#95D47F

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

Shades of Gossip #95D47F

Tints of Gossip #95D47F

Color information

#95D47F (or 0x95D47F) is unknown color: approx Gossip. HEX triplet: 95, D4 and 7F. RGB value is (149,212,127). Sum of RGB (Red+Green+Blue) = 149+212+127=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 212 (83.20% from 255 or 43.44% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 212 - color contains mainly: green. Hex color #95D47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D47F is #6A2B80. Grayscale: #B7B7B7. Windows color (decimal): -6957953 or 8377493. OLE color: 8377493.

HSL color Cylindrical-coordinate representation of color #95D47F: hue angle of 104.47º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95D47F is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB149212127-
CMYK0.3000.400.17
HSL104.47º49.71%66.47%-
HSV(B)104.47º40.09%83.14%-
XYZ39.7755.0128.6-
YUV183.4796.13103.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.53%
GREEN value IS 212 (83.20% from 255) = 43.44%
BLUE value IS 127 (50% from 255) = 26.02%
R=30.53%
G=43.44%
B=26.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1492121270.3000.400.17104.4749.7166.47
Hex95D47F1E02811683242
Octal225324177360502115062102
Binary100101011101010011111111111001010001000111010001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,212,127); }

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

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

 a { background-color: rgb(149,212,127); }

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

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

 span { border-color: rgb(149,212,127); }

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