#95D971

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

Shades of Gossip #95D971

Tints of Gossip #95D971

Color information

#95D971 (or 0x95D971) is unknown color: approx Gossip. HEX triplet: 95, D9 and 71. RGB value is (149,217,113). Sum of RGB (Red+Green+Blue) = 149+217+113=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #95D971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D971 is #6A268E. Grayscale: #B9B9B9. Windows color (decimal): -6956687 or 7461269. OLE color: 7461269.

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

Color convert

RGB149217113-
CMYK0.3100.480.15
HSL99.23º57.78%64.71%-
HSV(B)99.23º47.93%85.1%-
XYZ40.1957.2124.55-
YUV184.8187.47102.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.11%
GREEN value IS 217 (85.16% from 255) = 45.30%
BLUE value IS 113 (44.53% from 255) = 23.59%
R=31.11%
G=45.30%
B=23.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492171130.3100.480.1599.2357.7864.71
Hex95D9711F030F633a41
Octal225331161370601714372101
Binary10010101110110011110001111110110000111111000111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,217,113); }

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

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

 a { background-color: rgb(149,217,113); }

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

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

 span { border-color: rgb(149,217,113); }

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