#95E973

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

Shades of Gossip #95E973

Tints of Gossip #95E973

Color information

#95E973 (or 0x95E973) is unknown color: approx Gossip. HEX triplet: 95, E9 and 73. RGB value is (149,233,115). Sum of RGB (Red+Green+Blue) = 149+233+115=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 233 (91.41% from 255 or 46.88% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 233 - color contains mainly: green. Hex color #95E973 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95E973 is #6A168C. Grayscale: #C2C2C2. Windows color (decimal): -6952589 or 7596437. OLE color: 7596437.

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

Color convert

RGB149233115-
CMYK0.3600.510.09
HSL102.71º72.84%68.24%-
HSV(B)102.71º50.64%91.37%-
XYZ44.6365.9126.59-
YUV194.4383.1795.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.98%
GREEN value IS 233 (91.41% from 255) = 46.88%
BLUE value IS 115 (45.31% from 255) = 23.14%
R=29.98%
G=46.88%
B=23.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1492331150.3600.510.09102.7172.8468.24
Hex95E973240339674944
Octal2253511634406311147111104
Binary1001010111101001111001110010001100111001110011110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,233,115); }

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

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

 a { background-color: rgb(149,233,115); }

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

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

 span { border-color: rgb(149,233,115); }

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