#95E366

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

Shades of Gossip #95E366

Tints of Gossip #95E366

Color information

#95E366 (or 0x95E366) is unknown color: approx Gossip. HEX triplet: 95, E3 and 66. RGB value is (149,227,102). Sum of RGB (Red+Green+Blue) = 149+227+102=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 227 - color contains mainly: green. Hex color #95E366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95E366 is #6A1C99. Grayscale: #BDBDBD. Windows color (decimal): -6954138 or 6742933. OLE color: 6742933.

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

Color convert

RGB149227102-
CMYK0.3400.550.11
HSL97.44º69.06%64.51%-
HSV(B)97.44º55.07%89.02%-
XYZ42.2662.2922.37-
YUV189.4378.6699.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.17%
GREEN value IS 227 (89.06% from 255) = 47.49%
BLUE value IS 102 (40.23% from 255) = 21.34%
R=31.17%
G=47.49%
B=21.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1492271020.3400.550.1197.4469.0664.51
Hex95E36622037B614541
Octal2253431464206713141105101
Binary1001010111100011110011010001001101111011110000110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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