#95DD80

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

Shades of Gossip #95DD80

Tints of Gossip #95DD80

Color information

#95DD80 (or 0x95DD80) is unknown color: approx Gossip. HEX triplet: 95, DD and 80. RGB value is (149,221,128). Sum of RGB (Red+Green+Blue) = 149+221+128=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #95DD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95DD80 is #6A227F. Grayscale: #BDBDBD. Windows color (decimal): -6955648 or 8445333. OLE color: 8445333.

HSL color Cylindrical-coordinate representation of color #95DD80: hue angle of 106.45º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95DD80 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB149221128-
CMYK0.3300.420.13
HSL106.45º57.76%68.43%-
HSV(B)106.45º42.08%86.67%-
XYZ42.1559.6629.72-
YUV188.8793.6599.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.92%
GREEN value IS 221 (86.72% from 255) = 44.38%
BLUE value IS 128 (50.39% from 255) = 25.70%
R=29.92%
G=44.38%
B=25.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492211280.3300.420.13106.4557.7668.43
Hex95DD802102AD6a3a44
Octal225335200410521515272104
Binary1001010111011101100000001000010101010110111010101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,221,128); }

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

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

 a { background-color: rgb(149,221,128); }

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

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

 span { border-color: rgb(149,221,128); }

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