#95D577

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

Shades of Gossip #95D577

Tints of Gossip #95D577

Color information

#95D577 (or 0x95D577) is unknown color: approx Gossip. HEX triplet: 95, D5 and 77. RGB value is (149,213,119). Sum of RGB (Red+Green+Blue) = 149+213+119=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #95D577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D577 is #6A2A88. Grayscale: #B7B7B7. Windows color (decimal): -6957705 or 7853461. OLE color: 7853461.

HSL color Cylindrical-coordinate representation of color #95D577: hue angle of 100.85º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95D577 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB149213119-
CMYK0.3000.440.16
HSL100.85º52.81%65.1%-
HSV(B)100.85º44.13%83.53%-
XYZ39.5255.3126.05-
YUV183.1591.8103.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.98%
GREEN value IS 213 (83.59% from 255) = 44.28%
BLUE value IS 119 (46.88% from 255) = 24.74%
R=30.98%
G=44.28%
B=24.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492131190.3000.440.16100.8552.8165.1
Hex95D5771E02C10653541
Octal225325167360542014565101
Binary100101011101010111101111111001011001000011001011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,213,119); }

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

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

 a { background-color: rgb(149,213,119); }

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

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

 span { border-color: rgb(149,213,119); }

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