Shades of Gossip #8FD77A
Tints of Gossip #8FD77A
RGB
CMYK
RGB Variations
Color information
#8FD77A (or 0x8FD77A) is known color: Gossip. HEX triplet: 8F, D7 and 7A. RGB value is (143,215,122). Sum of RGB (Red+Green+Blue) = 143+215+122=480 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.79% from 480); Green value is 215 (84.38% from 255 or 44.79% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 215 - color contains mainly: green. Hex color #8FD77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD77A is #702885. Grayscale: #B7B7B7. Windows color (decimal): -7350406 or 8050575. OLE color: 8050575.
HSL color Cylindrical-coordinate representation of color #8FD77A: hue angle of 106.45º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FD77A is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 215 | 122 | - |
| CMYK | 0.33 | 0 | 0.43 | 0.16 |
| HSL | 106.45º | 0.54% | 0.66% | - |
| HSV(B) | 106.45º | 0.43% | 0.84% | - |
| XYZ | 39.14 | 55.85 | 27.13 | - |
| YUV | 182.87 | 93.65 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 215 | 122 | 0.33 | 0 | 0.43 | 0.16 | 106.45 | 0.54 | 0.66 |
| Hex | 8F | D7 | 7A | 21 | 0 | 2B | 10 | 6A | 36 | 42 |
| Octal | 217 | 327 | 172 | 41 | 0 | 53 | 20 | 152 | 66 | 102 |
| Binary | 10001111 | 11010111 | 1111010 | 100001 | 0 | 101011 | 10000 | 1101010 | 110110 | 1000010 |
Color Harmonies of #8FD77A
Complementary color
Monochromatic Colors of #8FD77A
Black with #8FD77A
Text Example
Text Example
White with #8FD77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD77A; }
p { color: rgb(143,215,122); }
H1.HeaderClassName
{
color: #8FD77A;
}
.AnyTagClassName
{
color: #8FD77A;
}
</style>
background-color css
<style>
a { background-color: #8FD77A; }
a { background-color: rgb(143,215,122); }
div.DivClassName
{
background-color: #8FD77A;
}
.BgClassName
{
background-color: #8FD77A;
}
</style>
border-color css
<style>
span { border-color: #8FD77A; }
span { border-color: rgb(143,215,122); }
td.TdClassName
{
border-color: #8FD77A;
}
.TagClassName
{
border-color: #8FD77A;
}
</style>