Shades of Gossip #8FE367
Tints of Gossip #8FE367
RGB
CMYK
RGB Variations
Color information
#8FE367 (or 0x8FE367) is known color: Gossip. HEX triplet: 8F, E3 and 67. RGB value is (143,227,103). Sum of RGB (Red+Green+Blue) = 143+227+103=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 227 (89.06% from 255 or 47.99% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 227 - color contains mainly: green. Hex color #8FE367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE367 is #701C98. Grayscale: #BCBCBC. Windows color (decimal): -7347353 or 6808463. OLE color: 6808463.
HSL color Cylindrical-coordinate representation of color #8FE367: hue angle of 100.65º 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 #8FE367 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 227 | 103 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.11 |
| HSL | 100.65º | 0.69% | 0.65% | - |
| HSV(B) | 100.65º | 0.55% | 0.89% | - |
| XYZ | 41.24 | 61.76 | 22.58 | - |
| YUV | 187.75 | 80.17 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 227 | 103 | 0.37 | 0 | 0.55 | 0.11 | 100.65 | 0.69 | 0.65 |
| Hex | 8F | E3 | 67 | 25 | 0 | 37 | B | 65 | 45 | 41 |
| Octal | 217 | 343 | 147 | 45 | 0 | 67 | 13 | 145 | 105 | 101 |
| Binary | 10001111 | 11100011 | 1100111 | 100101 | 0 | 110111 | 1011 | 1100101 | 1000101 | 1000001 |
Color Harmonies of #8FE367
Complementary color
Monochromatic Colors of #8FE367
Black with #8FE367
Text Example
Text Example
White with #8FE367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE367; }
p { color: rgb(143,227,103); }
H1.HeaderClassName
{
color: #8FE367;
}
.AnyTagClassName
{
color: #8FE367;
}
</style>
background-color css
<style>
a { background-color: #8FE367; }
a { background-color: rgb(143,227,103); }
div.DivClassName
{
background-color: #8FE367;
}
.BgClassName
{
background-color: #8FE367;
}
</style>
border-color css
<style>
span { border-color: #8FE367; }
span { border-color: rgb(143,227,103); }
td.TdClassName
{
border-color: #8FE367;
}
.TagClassName
{
border-color: #8FE367;
}
</style>