#8EE371

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

Shades of Gossip #8EE371

Tints of Gossip #8EE371

Color information

#8EE371 (or 0x8EE371) is unknown color: approx Gossip. HEX triplet: 8E, E3 and 71. RGB value is (142,227,113). Sum of RGB (Red+Green+Blue) = 142+227+113=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 227 - color contains mainly: green. Hex color #8EE371 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE371 is #711C8E. Grayscale: #BCBCBC. Windows color (decimal): -7412879 or 7463822. OLE color: 7463822.

HSL color Cylindrical-coordinate representation of color #8EE371: hue angle of 104.74º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8EE371 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB142227113-
CMYK0.3700.500.11
HSL104.74º67.06%66.67%-
HSV(B)104.74º50.22%89.02%-
XYZ41.6161.8825.37-
YUV188.5985.3494.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.46%
GREEN value IS 227 (89.06% from 255) = 47.10%
BLUE value IS 113 (44.53% from 255) = 23.44%
R=29.46%
G=47.10%
B=23.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1422271130.3700.500.11104.7467.0666.67
Hex8EE37125032B694343
Octal2163431614506213151103103
Binary1000111011100011111000110010101100101011110100110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EE371; }

 p { color: rgb(142,227,113); }

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

<style>
 a { background-color: #8EE371; }

 a { background-color: rgb(142,227,113); }

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

<style>
 span { border-color: #8EE371; }

 span { border-color: rgb(142,227,113); }

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