#95E771

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

Shades of Gossip #95E771

Tints of Gossip #95E771

Color information

#95E771 (or 0x95E771) is unknown color: approx Gossip. HEX triplet: 95, E7 and 71. RGB value is (149,231,113). Sum of RGB (Red+Green+Blue) = 149+231+113=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 231 - color contains mainly: green. Hex color #95E771 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95E771 is #6A188E. Grayscale: #C1C1C1. Windows color (decimal): -6953103 or 7464853. OLE color: 7464853.

HSL color Cylindrical-coordinate representation of color #95E771: hue angle of 101.69º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95E771 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB149231113-
CMYK0.3500.510.09
HSL101.69º71.08%67.45%-
HSV(B)101.69º51.08%90.59%-
XYZ43.9564.7325.8-
YUV193.0382.8396.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.22%
GREEN value IS 231 (90.62% from 255) = 46.86%
BLUE value IS 113 (44.53% from 255) = 22.92%
R=30.22%
G=46.86%
B=22.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1492311130.3500.510.09101.6971.0867.45
Hex95E771230339664743
Octal2253471614306311146107103
Binary1001010111100111111000110001101100111001110011010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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