Shades of Gossip #8FE068
Tints of Gossip #8FE068
RGB
CMYK
RGB Variations
Color information
#8FE068 (or 0x8FE068) is known color: Gossip. HEX triplet: 8F, E0 and 68. RGB value is (143,224,104). Sum of RGB (Red+Green+Blue) = 143+224+104=471 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.36% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 224 - color contains mainly: green. Hex color #8FE068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FE068 is #701F97. Grayscale: #BABABA. Windows color (decimal): -7348120 or 6873231. OLE color: 6873231.
HSL color Cylindrical-coordinate representation of color #8FE068: hue angle of 100.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8FE068 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 224 | 104 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.12 |
| HSL | 100.5º | 0.66% | 0.64% | - |
| HSV(B) | 100.5º | 0.54% | 0.88% | - |
| XYZ | 40.48 | 60.15 | 22.57 | - |
| YUV | 186.1 | 81.66 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 224 | 104 | 0.36 | 0 | 0.54 | 0.12 | 100.5 | 0.66 | 0.64 |
| Hex | 8F | E0 | 68 | 24 | 0 | 36 | C | 64 | 42 | 40 |
| Octal | 217 | 340 | 150 | 44 | 0 | 66 | 14 | 144 | 102 | 100 |
| Binary | 10001111 | 11100000 | 1101000 | 100100 | 0 | 110110 | 1100 | 1100100 | 1000010 | 1000000 |
Color Harmonies of #8FE068
Complementary color
Monochromatic Colors of #8FE068
Black with #8FE068
Text Example
Text Example
White with #8FE068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE068; }
p { color: rgb(143,224,104); }
H1.HeaderClassName
{
color: #8FE068;
}
.AnyTagClassName
{
color: #8FE068;
}
</style>
background-color css
<style>
a { background-color: #8FE068; }
a { background-color: rgb(143,224,104); }
div.DivClassName
{
background-color: #8FE068;
}
.BgClassName
{
background-color: #8FE068;
}
</style>
border-color css
<style>
span { border-color: #8FE068; }
span { border-color: rgb(143,224,104); }
td.TdClassName
{
border-color: #8FE068;
}
.TagClassName
{
border-color: #8FE068;
}
</style>