#95E17E

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

Shades of Gossip #95E17E

Tints of Gossip #95E17E

Color information

#95E17E (or 0x95E17E) is unknown color: approx Gossip. HEX triplet: 95, E1 and 7E. RGB value is (149,225,126). Sum of RGB (Red+Green+Blue) = 149+225+126=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 225 - color contains mainly: green. Hex color #95E17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E17E is #6A1E81. Grayscale: #BFBFBF. Windows color (decimal): -6954626 or 8315285. OLE color: 8315285.

HSL color Cylindrical-coordinate representation of color #95E17E: hue angle of 106.06º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95E17E is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB149225126-
CMYK0.3400.440.12
HSL106.06º62.26%68.82%-
HSV(B)106.06º44%88.24%-
XYZ43.0961.7529.39-
YUV190.9991.3298.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.8%
GREEN value IS 225 (88.28% from 255) = 45%
BLUE value IS 126 (49.61% from 255) = 25.2%
R=29.8%
G=45%
B=25.2%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1492251260.3400.440.12106.0662.2668.82
Hex95E17E2202CC6a3e45
Octal225341176420541415276105
Binary100101011110000111111101000100101100110011010101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,225,126); }

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

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

 a { background-color: rgb(149,225,126); }

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

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

 span { border-color: rgb(149,225,126); }

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