#95D57E

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

Shades of Gossip #95D57E

Tints of Gossip #95D57E

Color information

#95D57E (or 0x95D57E) is unknown color: approx Gossip. HEX triplet: 95, D5 and 7E. RGB value is (149,213,126). Sum of RGB (Red+Green+Blue) = 149+213+126=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #95D57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D57E is #6A2A81. Grayscale: #B8B8B8. Windows color (decimal): -6957698 or 8312213. OLE color: 8312213.

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

Color convert

RGB149213126-
CMYK0.3000.410.16
HSL104.14º50.88%66.47%-
HSV(B)104.14º40.85%83.53%-
XYZ39.9555.4828.34-
YUV183.9595.3103.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.53%
GREEN value IS 213 (83.59% from 255) = 43.65%
BLUE value IS 126 (49.61% from 255) = 25.82%
R=30.53%
G=43.65%
B=25.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1492131260.3000.410.16104.1450.8866.47
Hex95D57E1E02910683342
Octal225325176360512015063102
Binary100101011101010111111101111001010011000011010001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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