#95DA75

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

Shades of Gossip #95DA75

Tints of Gossip #95DA75

Color information

#95DA75 (or 0x95DA75) is unknown color: approx Gossip. HEX triplet: 95, DA and 75. RGB value is (149,218,117). Sum of RGB (Red+Green+Blue) = 149+218+117=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #95DA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DA75 is #6A258A. Grayscale: #BABABA. Windows color (decimal): -6956427 or 7723669. OLE color: 7723669.

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

Color convert

RGB149218117-
CMYK0.3200.460.15
HSL100.99º57.71%65.69%-
HSV(B)100.99º46.33%85.49%-
XYZ40.6857.8225.85-
YUV185.8689.14101.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.79%
GREEN value IS 218 (85.55% from 255) = 45.04%
BLUE value IS 117 (46.09% from 255) = 24.17%
R=30.79%
G=45.04%
B=24.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1492181170.3200.460.15100.9957.7165.69
Hex95DA752002EF653a42
Octal225332165400561714572102
Binary100101011101101011101011000000101110111111001011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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