#95DE6E

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

Shades of Gossip #95DE6E

Tints of Gossip #95DE6E

Color information

#95DE6E (or 0x95DE6E) is unknown color: approx Gossip. HEX triplet: 95, DE and 6E. RGB value is (149,222,110). Sum of RGB (Red+Green+Blue) = 149+222+110=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 222 - color contains mainly: green. Hex color #95DE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DE6E is #6A2191. Grayscale: #BBBBBB. Windows color (decimal): -6955410 or 7265941. OLE color: 7265941.

HSL color Cylindrical-coordinate representation of color #95DE6E: hue angle of 99.11º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95DE6E is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB149222110-
CMYK0.3300.500.13
HSL99.11º62.92%65.1%-
HSV(B)99.11º50.45%87.06%-
XYZ41.3359.7624.11-
YUV187.484.32100.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.98%
GREEN value IS 222 (87.11% from 255) = 46.15%
BLUE value IS 110 (43.36% from 255) = 22.87%
R=30.98%
G=46.15%
B=22.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1492221100.3300.500.1399.1162.9265.1
Hex95DE6E21032D633f41
Octal225336156410621514377101
Binary100101011101111011011101000010110010110111000111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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