#95E975

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

Shades of Gossip #95E975

Tints of Gossip #95E975

Color information

#95E975 (or 0x95E975) is unknown color: approx Gossip. HEX triplet: 95, E9 and 75. RGB value is (149,233,117). Sum of RGB (Red+Green+Blue) = 149+233+117=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 233 - color contains mainly: green. Hex color #95E975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95E975 is #6A168A. Grayscale: #C3C3C3. Windows color (decimal): -6952587 or 7727509. OLE color: 7727509.

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

Color convert

RGB149233117-
CMYK0.3600.500.09
HSL103.45º72.5%68.63%-
HSV(B)103.45º49.79%91.37%-
XYZ44.7465.9527.2-
YUV194.6684.1795.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.86%
GREEN value IS 233 (91.41% from 255) = 46.69%
BLUE value IS 117 (46.09% from 255) = 23.45%
R=29.86%
G=46.69%
B=23.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1492331170.3600.500.09103.4572.568.63
Hex95E975240329674845
Octal2253511654406211147110105
Binary1001010111101001111010110010001100101001110011110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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