#95E276

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

Shades of Gossip #95E276

Tints of Gossip #95E276

Color information

#95E276 (or 0x95E276) is unknown color: approx Gossip. HEX triplet: 95, E2 and 76. RGB value is (149,226,118). Sum of RGB (Red+Green+Blue) = 149+226+118=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 226 (88.67% from 255 or 45.84% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 226 - color contains mainly: green. Hex color #95E276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E276 is #6A1D89. Grayscale: #BFBFBF. Windows color (decimal): -6954378 or 7791253. OLE color: 7791253.

HSL color Cylindrical-coordinate representation of color #95E276: hue angle of 102.78º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95E276 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB149226118-
CMYK0.3400.480.11
HSL102.78º65.06%67.45%-
HSV(B)102.78º47.79%88.63%-
XYZ42.8662.0926.87-
YUV190.6686.9998.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.22%
GREEN value IS 226 (88.67% from 255) = 45.84%
BLUE value IS 118 (46.48% from 255) = 23.94%
R=30.22%
G=45.84%
B=23.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1492261180.3400.480.11102.7865.0667.45
Hex95E27622030B674143
Octal2253421664206013147101103
Binary1001010111100010111011010001001100001011110011110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,226,118); }

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

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

 a { background-color: rgb(149,226,118); }

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

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

 span { border-color: rgb(149,226,118); }

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