#95DD73

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

Shades of Gossip #95DD73

Tints of Gossip #95DD73

Color information

#95DD73 (or 0x95DD73) is unknown color: approx Gossip. HEX triplet: 95, DD and 73. RGB value is (149,221,115). Sum of RGB (Red+Green+Blue) = 149+221+115=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #95DD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DD73 is #6A228C. Grayscale: #BBBBBB. Windows color (decimal): -6955661 or 7593365. OLE color: 7593365.

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

Color convert

RGB149221115-
CMYK0.3300.480.13
HSL100.75º60.92%65.88%-
HSV(B)100.75º47.96%86.67%-
XYZ41.3559.3425.49-
YUV187.3987.15100.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.72%
GREEN value IS 221 (86.72% from 255) = 45.57%
BLUE value IS 115 (45.31% from 255) = 23.71%
R=30.72%
G=45.57%
B=23.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492211150.3300.480.13100.7560.9265.88
Hex95DD7321030D653d42
Octal225335163410601514575102
Binary100101011101110111100111000010110000110111001011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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