Shades of Gossip #8FE768
Tints of Gossip #8FE768
RGB
CMYK
RGB Variations
Color information
#8FE768 (or 0x8FE768) is known color: Gossip. HEX triplet: 8F, E7 and 68. RGB value is (143,231,104). Sum of RGB (Red+Green+Blue) = 143+231+104=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 231 (90.62% from 255 or 48.33% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 231 - color contains mainly: green. Hex color #8FE768 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FE768 is #701897. Grayscale: #BEBEBE. Windows color (decimal): -7346328 or 6875023. OLE color: 6875023.
HSL color Cylindrical-coordinate representation of color #8FE768: hue angle of 101.57º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8FE768 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 231 | 104 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.09 |
| HSL | 101.57º | 0.73% | 0.66% | - |
| HSV(B) | 101.57º | 0.55% | 0.91% | - |
| XYZ | 42.4 | 63.99 | 23.21 | - |
| YUV | 190.21 | 79.35 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 231 | 104 | 0.38 | 0 | 0.55 | 0.09 | 101.57 | 0.73 | 0.66 |
| Hex | 8F | E7 | 68 | 26 | 0 | 37 | 9 | 66 | 49 | 42 |
| Octal | 217 | 347 | 150 | 46 | 0 | 67 | 11 | 146 | 111 | 102 |
| Binary | 10001111 | 11100111 | 1101000 | 100110 | 0 | 110111 | 1001 | 1100110 | 1001001 | 1000010 |
Color Harmonies of #8FE768
Complementary color
Monochromatic Colors of #8FE768
Black with #8FE768
Text Example
Text Example
White with #8FE768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE768; }
p { color: rgb(143,231,104); }
H1.HeaderClassName
{
color: #8FE768;
}
.AnyTagClassName
{
color: #8FE768;
}
</style>
background-color css
<style>
a { background-color: #8FE768; }
a { background-color: rgb(143,231,104); }
div.DivClassName
{
background-color: #8FE768;
}
.BgClassName
{
background-color: #8FE768;
}
</style>
border-color css
<style>
span { border-color: #8FE768; }
span { border-color: rgb(143,231,104); }
td.TdClassName
{
border-color: #8FE768;
}
.TagClassName
{
border-color: #8FE768;
}
</style>