#95E865

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

Shades of Gossip #95E865

Tints of Gossip #95E865

Color information

#95E865 (or 0x95E865) is unknown color: approx Gossip. HEX triplet: 95, E8 and 65. RGB value is (149,232,101). Sum of RGB (Red+Green+Blue) = 149+232+101=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 232 (91.02% from 255 or 48.13% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 232 - color contains mainly: green. Hex color #95E865 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95E865 is #6A179A. Grayscale: #C0C0C0. Windows color (decimal): -6952859 or 6678677. OLE color: 6678677.

HSL color Cylindrical-coordinate representation of color #95E865: hue angle of 98.02º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95E865 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB149232101-
CMYK0.3600.560.09
HSL98.02º74.01%65.29%-
HSV(B)98.02º56.47%90.98%-
XYZ43.665.0422.57-
YUV192.2576.597.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.91%
GREEN value IS 232 (91.02% from 255) = 48.13%
BLUE value IS 101 (39.84% from 255) = 20.95%
R=30.91%
G=48.13%
B=20.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1492321010.3600.560.0998.0274.0165.29
Hex95E865240389624a41
Octal2253501454407011142112101
Binary1001010111101000110010110010001110001001110001010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,232,101); }

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

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

 a { background-color: rgb(149,232,101); }

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

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

 span { border-color: rgb(149,232,101); }

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