#95D271

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

Shades of Gossip #95D271

Tints of Gossip #95D271

Color information

#95D271 (or 0x95D271) is unknown color: approx Gossip. HEX triplet: 95, D2 and 71. RGB value is (149,210,113). Sum of RGB (Red+Green+Blue) = 149+210+113=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #95D271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D271 is #6A2D8E. Grayscale: #B5B5B5. Windows color (decimal): -6958479 or 7459477. OLE color: 7459477.

HSL color Cylindrical-coordinate representation of color #95D271: hue angle of 97.73º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95D271 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB149210113-
CMYK0.2900.460.18
HSL97.73º51.87%63.33%-
HSV(B)97.73º46.19%82.35%-
XYZ38.4253.6823.96-
YUV180.789.79105.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.57%
GREEN value IS 210 (82.42% from 255) = 44.49%
BLUE value IS 113 (44.53% from 255) = 23.94%
R=31.57%
G=44.49%
B=23.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1492101130.2900.460.1897.7351.8763.33
Hex95D2711D02E1262343f
Octal22532216135056221426477
Binary10010101110100101110001111010101110100101100010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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