#95E369

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

Shades of Gossip #95E369

Tints of Gossip #95E369

Color information

#95E369 (or 0x95E369) is unknown color: approx Gossip. HEX triplet: 95, E3 and 69. RGB value is (149,227,105). Sum of RGB (Red+Green+Blue) = 149+227+105=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 227 - color contains mainly: green. Hex color #95E369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E369 is #6A1C96. Grayscale: #BEBEBE. Windows color (decimal): -6954135 or 6939541. OLE color: 6939541.

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

Color convert

RGB149227105-
CMYK0.3400.540.11
HSL98.36º68.54%65.1%-
HSV(B)98.36º53.74%89.02%-
XYZ42.4162.3523.16-
YUV189.7780.1698.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.98%
GREEN value IS 227 (89.06% from 255) = 47.19%
BLUE value IS 105 (41.41% from 255) = 21.83%
R=30.98%
G=47.19%
B=21.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1492271050.3400.540.1198.3668.5465.1
Hex95E36922036B624541
Octal2253431514206613142105101
Binary1001010111100011110100110001001101101011110001010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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