Shades of Gossip #8FE266
Tints of Gossip #8FE266
RGB
CMYK
RGB Variations
Color information
#8FE266 (or 0x8FE266) is known color: Gossip. HEX triplet: 8F, E2 and 66. RGB value is (143,226,102). Sum of RGB (Red+Green+Blue) = 143+226+102=471 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.36% from 471); Green value is 226 (88.67% from 255 or 47.98% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 226 - color contains mainly: green. Hex color #8FE266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE266 is #701D99. Grayscale: #BBBBBB. Windows color (decimal): -7347610 or 6742671. OLE color: 6742671.
HSL color Cylindrical-coordinate representation of color #8FE266: hue angle of 100.16º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8FE266 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 226 | 102 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.11 |
| HSL | 100.16º | 0.68% | 0.64% | - |
| HSV(B) | 100.16º | 0.55% | 0.89% | - |
| XYZ | 40.92 | 61.19 | 22.22 | - |
| YUV | 187.05 | 80 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 226 | 102 | 0.37 | 0 | 0.55 | 0.11 | 100.16 | 0.68 | 0.64 |
| Hex | 8F | E2 | 66 | 25 | 0 | 37 | B | 64 | 44 | 40 |
| Octal | 217 | 342 | 146 | 45 | 0 | 67 | 13 | 144 | 104 | 100 |
| Binary | 10001111 | 11100010 | 1100110 | 100101 | 0 | 110111 | 1011 | 1100100 | 1000100 | 1000000 |
Color Harmonies of #8FE266
Complementary color
Monochromatic Colors of #8FE266
Black with #8FE266
Text Example
Text Example
White with #8FE266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE266; }
p { color: rgb(143,226,102); }
H1.HeaderClassName
{
color: #8FE266;
}
.AnyTagClassName
{
color: #8FE266;
}
</style>
background-color css
<style>
a { background-color: #8FE266; }
a { background-color: rgb(143,226,102); }
div.DivClassName
{
background-color: #8FE266;
}
.BgClassName
{
background-color: #8FE266;
}
</style>
border-color css
<style>
span { border-color: #8FE266; }
span { border-color: rgb(143,226,102); }
td.TdClassName
{
border-color: #8FE266;
}
.TagClassName
{
border-color: #8FE266;
}
</style>