#95DD79

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

Shades of Gossip #95DD79

Tints of Gossip #95DD79

Color information

#95DD79 (or 0x95DD79) is unknown color: approx Gossip. HEX triplet: 95, DD and 79. RGB value is (149,221,121). Sum of RGB (Red+Green+Blue) = 149+221+121=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 121 (47.66% from 255 or 24.64% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #95DD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DD79 is #6A2286. Grayscale: #BCBCBC. Windows color (decimal): -6955655 or 7986581. OLE color: 7986581.

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

Color convert

RGB149221121-
CMYK0.3300.450.13
HSL103.2º59.52%67.06%-
HSV(B)103.2º45.25%86.67%-
XYZ41.759.4827.37-
YUV188.0790.15100.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.35%
GREEN value IS 221 (86.72% from 255) = 45.01%
BLUE value IS 121 (47.66% from 255) = 24.64%
R=30.35%
G=45.01%
B=24.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492211210.3300.450.13103.259.5267.06
Hex95DD792102DD673c43
Octal225335171410551514774103
Binary100101011101110111110011000010101101110111001111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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