Shades of Gossip #8FDB6B
Tints of Gossip #8FDB6B
RGB
CMYK
RGB Variations
Color information
#8FDB6B (or 0x8FDB6B) is known color: Gossip. HEX triplet: 8F, DB and 6B. RGB value is (143,219,107). Sum of RGB (Red+Green+Blue) = 143+219+107=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDB6B is #702494. Grayscale: #B7B7B7. Windows color (decimal): -7349397 or 7068559. OLE color: 7068559.
HSL color Cylindrical-coordinate representation of color #8FDB6B: hue angle of 100.71º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8FDB6B is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 107 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.14 |
| HSL | 100.71º | 0.61% | 0.64% | - |
| HSV(B) | 100.71º | 0.51% | 0.86% | - |
| XYZ | 39.31 | 57.56 | 22.95 | - |
| YUV | 183.51 | 84.82 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 107 | 0.35 | 0 | 0.51 | 0.14 | 100.71 | 0.61 | 0.64 |
| Hex | 8F | DB | 6B | 23 | 0 | 33 | E | 65 | 3D | 40 |
| Octal | 217 | 333 | 153 | 43 | 0 | 63 | 16 | 145 | 75 | 100 |
| Binary | 10001111 | 11011011 | 1101011 | 100011 | 0 | 110011 | 1110 | 1100101 | 111101 | 1000000 |
Color Harmonies of #8FDB6B
Complementary color
Monochromatic Colors of #8FDB6B
Black with #8FDB6B
Text Example
Text Example
White with #8FDB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDB6B; }
p { color: rgb(143,219,107); }
H1.HeaderClassName
{
color: #8FDB6B;
}
.AnyTagClassName
{
color: #8FDB6B;
}
</style>
background-color css
<style>
a { background-color: #8FDB6B; }
a { background-color: rgb(143,219,107); }
div.DivClassName
{
background-color: #8FDB6B;
}
.BgClassName
{
background-color: #8FDB6B;
}
</style>
border-color css
<style>
span { border-color: #8FDB6B; }
span { border-color: rgb(143,219,107); }
td.TdClassName
{
border-color: #8FDB6B;
}
.TagClassName
{
border-color: #8FDB6B;
}
</style>