#95D87F

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

Shades of Gossip #95D87F

Tints of Gossip #95D87F

Color information

#95D87F (or 0x95D87F) is unknown color: approx Gossip. HEX triplet: 95, D8 and 7F. RGB value is (149,216,127). Sum of RGB (Red+Green+Blue) = 149+216+127=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 216 - color contains mainly: green. Hex color #95D87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D87F is #6A2780. Grayscale: #BABABA. Windows color (decimal): -6956929 or 8378517. OLE color: 8378517.

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

Color convert

RGB149216127-
CMYK0.3100.410.15
HSL105.17º53.29%67.25%-
HSV(B)105.17º41.2%84.71%-
XYZ40.7857.0328.94-
YUV185.8294.8101.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.28%
GREEN value IS 216 (84.77% from 255) = 43.90%
BLUE value IS 127 (50% from 255) = 25.81%
R=30.28%
G=43.90%
B=25.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492161270.3100.410.15105.1753.2967.25
Hex95D87F1F029F693543
Octal225330177370511715165103
Binary10010101110110001111111111110101001111111010011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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