#95D975

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

Shades of Gossip #95D975

Tints of Gossip #95D975

Color information

#95D975 (or 0x95D975) is unknown color: approx Gossip. HEX triplet: 95, D9 and 75. RGB value is (149,217,117). Sum of RGB (Red+Green+Blue) = 149+217+117=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 217 (85.16% from 255 or 44.93% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 217 - color contains mainly: green. Hex color #95D975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D975 is #6A268A. Grayscale: #B9B9B9. Windows color (decimal): -6956683 or 7723413. OLE color: 7723413.

HSL color Cylindrical-coordinate representation of color #95D975: hue angle of 100.8º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95D975 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB149217117-
CMYK0.3100.460.15
HSL100.8º56.82%65.49%-
HSV(B)100.8º46.08%85.1%-
XYZ40.4257.325.76-
YUV185.2789.47102.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.85%
GREEN value IS 217 (85.16% from 255) = 44.93%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=30.85%
G=44.93%
B=24.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492171170.3100.460.15100.856.8265.49
Hex95D9751F02EF653941
Octal225331165370561714571101
Binary10010101110110011110101111110101110111111001011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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