Shades of Gossip #8FE267
Tints of Gossip #8FE267
RGB
CMYK
RGB Variations
Color information
#8FE267 (or 0x8FE267) is known color: Gossip. HEX triplet: 8F, E2 and 67. RGB value is (143,226,103). Sum of RGB (Red+Green+Blue) = 143+226+103=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 226 - color contains mainly: green. Hex color #8FE267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE267 is #701D98. Grayscale: #BBBBBB. Windows color (decimal): -7347609 or 6808207. OLE color: 6808207.
HSL color Cylindrical-coordinate representation of color #8FE267: hue angle of 100.49º degrees, saturation: 0.68, 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 #8FE267 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 226 | 103 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.11 |
| HSL | 100.49º | 0.68% | 0.65% | - |
| HSV(B) | 100.49º | 0.54% | 0.89% | - |
| XYZ | 40.97 | 61.21 | 22.49 | - |
| YUV | 187.16 | 80.5 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 226 | 103 | 0.37 | 0 | 0.54 | 0.11 | 100.49 | 0.68 | 0.65 |
| Hex | 8F | E2 | 67 | 25 | 0 | 36 | B | 64 | 44 | 41 |
| Octal | 217 | 342 | 147 | 45 | 0 | 66 | 13 | 144 | 104 | 101 |
| Binary | 10001111 | 11100010 | 1100111 | 100101 | 0 | 110110 | 1011 | 1100100 | 1000100 | 1000001 |
Color Harmonies of #8FE267
Complementary color
Monochromatic Colors of #8FE267
Black with #8FE267
Text Example
Text Example
White with #8FE267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE267; }
p { color: rgb(143,226,103); }
H1.HeaderClassName
{
color: #8FE267;
}
.AnyTagClassName
{
color: #8FE267;
}
</style>
background-color css
<style>
a { background-color: #8FE267; }
a { background-color: rgb(143,226,103); }
div.DivClassName
{
background-color: #8FE267;
}
.BgClassName
{
background-color: #8FE267;
}
</style>
border-color css
<style>
span { border-color: #8FE267; }
span { border-color: rgb(143,226,103); }
td.TdClassName
{
border-color: #8FE267;
}
.TagClassName
{
border-color: #8FE267;
}
</style>