Shades of Gossip #8FE96B
Tints of Gossip #8FE96B
RGB
CMYK
RGB Variations
Color information
#8FE96B (or 0x8FE96B) is known color: Gossip. HEX triplet: 8F, E9 and 6B. RGB value is (143,233,107). Sum of RGB (Red+Green+Blue) = 143+233+107=483 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.61% from 483); Green value is 233 (91.41% from 255 or 48.24% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 233 - color contains mainly: green. Hex color #8FE96B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FE96B is #701694. Grayscale: #C0C0C0. Windows color (decimal): -7345813 or 7072143. OLE color: 7072143.
HSL color Cylindrical-coordinate representation of color #8FE96B: hue angle of 102.86º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8FE96B is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 233 | 107 | - |
| CMYK | 0.39 | 0 | 0.54 | 0.09 |
| HSL | 102.86º | 0.74% | 0.67% | - |
| HSV(B) | 102.86º | 0.54% | 0.91% | - |
| XYZ | 43.12 | 65.18 | 24.22 | - |
| YUV | 191.73 | 80.18 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 233 | 107 | 0.39 | 0 | 0.54 | 0.09 | 102.86 | 0.74 | 0.67 |
| Hex | 8F | E9 | 6B | 27 | 0 | 36 | 9 | 67 | 4A | 43 |
| Octal | 217 | 351 | 153 | 47 | 0 | 66 | 11 | 147 | 112 | 103 |
| Binary | 10001111 | 11101001 | 1101011 | 100111 | 0 | 110110 | 1001 | 1100111 | 1001010 | 1000011 |
Color Harmonies of #8FE96B
Complementary color
Monochromatic Colors of #8FE96B
Black with #8FE96B
Text Example
Text Example
White with #8FE96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE96B; }
p { color: rgb(143,233,107); }
H1.HeaderClassName
{
color: #8FE96B;
}
.AnyTagClassName
{
color: #8FE96B;
}
</style>
background-color css
<style>
a { background-color: #8FE96B; }
a { background-color: rgb(143,233,107); }
div.DivClassName
{
background-color: #8FE96B;
}
.BgClassName
{
background-color: #8FE96B;
}
</style>
border-color css
<style>
span { border-color: #8FE96B; }
span { border-color: rgb(143,233,107); }
td.TdClassName
{
border-color: #8FE96B;
}
.TagClassName
{
border-color: #8FE96B;
}
</style>