#95E363

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

Shades of Gossip #95E363

Tints of Gossip #95E363

Color information

#95E363 (or 0x95E363) is unknown color: approx Gossip. HEX triplet: 95, E3 and 63. RGB value is (149,227,99). Sum of RGB (Red+Green+Blue) = 149+227+99=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 227 (89.06% from 255 or 47.79% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 227 - color contains mainly: green. Hex color #95E363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E363 is #6A1C9C. Grayscale: #BDBDBD. Windows color (decimal): -6954141 or 6546325. OLE color: 6546325.

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

Color convert

RGB14922799-
CMYK0.3400.560.11
HSL96.56º69.57%63.92%-
HSV(B)96.56º56.39%89.02%-
XYZ42.1262.2321.6-
YUV189.0977.1699.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.37%
GREEN value IS 227 (89.06% from 255) = 47.79%
BLUE value IS 99 (39.06% from 255) = 20.84%
R=31.37%
G=47.79%
B=20.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal149227990.3400.560.1196.5669.5763.92
Hex95E36322038B614640
Octal2253431434207013141106100
Binary1001010111100011110001110001001110001011110000110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,227,99); }

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

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

 a { background-color: rgb(149,227,99); }

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

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

 span { border-color: rgb(149,227,99); }

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