#95DE77

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

Shades of Gossip #95DE77

Tints of Gossip #95DE77

Color information

#95DE77 (or 0x95DE77) is unknown color: approx Gossip. HEX triplet: 95, DE and 77. RGB value is (149,222,119). Sum of RGB (Red+Green+Blue) = 149+222+119=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 222 - color contains mainly: green. Hex color #95DE77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DE77 is #6A2188. Grayscale: #BCBCBC. Windows color (decimal): -6955401 or 7855765. OLE color: 7855765.

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

Color convert

RGB149222119-
CMYK0.3300.460.13
HSL102.52º60.95%66.86%-
HSV(B)102.52º46.4%87.06%-
XYZ41.8559.9626.82-
YUV188.4388.8299.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.41%
GREEN value IS 222 (87.11% from 255) = 45.31%
BLUE value IS 119 (46.88% from 255) = 24.29%
R=30.41%
G=45.31%
B=24.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492221190.3300.460.13102.5260.9566.86
Hex95DE772102ED673d43
Octal225336167410561514775103
Binary100101011101111011101111000010101110110111001111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,222,119); }

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

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

 a { background-color: rgb(149,222,119); }

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

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

 span { border-color: rgb(149,222,119); }

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