#8EE075

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

Shades of Gossip #8EE075

Tints of Gossip #8EE075

Color information

#8EE075 (or 0x8EE075) is unknown color: approx Gossip. HEX triplet: 8E, E0 and 75. RGB value is (142,224,117). Sum of RGB (Red+Green+Blue) = 142+224+117=483 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.40% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE075 is #711F8A. Grayscale: #BBBBBB. Windows color (decimal): -7413643 or 7725198. OLE color: 7725198.

HSL color Cylindrical-coordinate representation of color #8EE075: hue angle of 105.98º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8EE075 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB142224117-
CMYK0.3700.480.12
HSL105.98º63.31%66.86%-
HSV(B)105.98º47.77%87.84%-
XYZ41.0260.3526.32-
YUV187.2888.3395.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.40%
GREEN value IS 224 (87.89% from 255) = 46.38%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=29.40%
G=46.38%
B=24.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1422241170.3700.480.12105.9863.3166.86
Hex8EE07525030C6a3f43
Octal216340165450601415277103
Binary100011101110000011101011001010110000110011010101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,224,117); }

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

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

 a { background-color: rgb(142,224,117); }

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

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

 span { border-color: rgb(142,224,117); }

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