#95E279

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

Shades of Gossip #95E279

Tints of Gossip #95E279

Color information

#95E279 (or 0x95E279) is unknown color: approx Gossip. HEX triplet: 95, E2 and 79. RGB value is (149,226,121). Sum of RGB (Red+Green+Blue) = 149+226+121=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 226 (88.67% from 255 or 45.56% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 226 - color contains mainly: green. Hex color #95E279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E279 is #6A1D86. Grayscale: #BFBFBF. Windows color (decimal): -6954375 or 7987861. OLE color: 7987861.

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

Color convert

RGB149226121-
CMYK0.3400.460.11
HSL104º64.42%68.04%-
HSV(B)104º46.46%88.63%-
XYZ43.0462.1627.82-
YUV191.0188.4998.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.04%
GREEN value IS 226 (88.67% from 255) = 45.56%
BLUE value IS 121 (47.66% from 255) = 24.40%
R=30.04%
G=45.56%
B=24.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1492261210.3400.460.1110464.4268.04
Hex95E2792202EB684044
Octal2253421714205613150100104
Binary1001010111100010111100110001001011101011110100010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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