Shades of Gossip #8FD27A
Tints of Gossip #8FD27A
RGB
CMYK
RGB Variations
Color information
#8FD27A (or 0x8FD27A) is known color: Gossip. HEX triplet: 8F, D2 and 7A. RGB value is (143,210,122). Sum of RGB (Red+Green+Blue) = 143+210+122=475 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.11% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD27A is #702D85. Grayscale: #B4B4B4. Windows color (decimal): -7351686 or 8049295. OLE color: 8049295.
HSL color Cylindrical-coordinate representation of color #8FD27A: hue angle of 105.68º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FD27A is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 210 | 122 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.18 |
| HSL | 105.68º | 0.49% | 0.65% | - |
| HSV(B) | 105.68º | 0.42% | 0.82% | - |
| XYZ | 37.89 | 53.34 | 26.71 | - |
| YUV | 179.94 | 95.3 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 210 | 122 | 0.32 | 0 | 0.42 | 0.18 | 105.68 | 0.49 | 0.65 |
| Hex | 8F | D2 | 7A | 20 | 0 | 2A | 12 | 6A | 31 | 41 |
| Octal | 217 | 322 | 172 | 40 | 0 | 52 | 22 | 152 | 61 | 101 |
| Binary | 10001111 | 11010010 | 1111010 | 100000 | 0 | 101010 | 10010 | 1101010 | 110001 | 1000001 |
Color Harmonies of #8FD27A
Complementary color
Monochromatic Colors of #8FD27A
Black with #8FD27A
Text Example
Text Example
White with #8FD27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD27A; }
p { color: rgb(143,210,122); }
H1.HeaderClassName
{
color: #8FD27A;
}
.AnyTagClassName
{
color: #8FD27A;
}
</style>
background-color css
<style>
a { background-color: #8FD27A; }
a { background-color: rgb(143,210,122); }
div.DivClassName
{
background-color: #8FD27A;
}
.BgClassName
{
background-color: #8FD27A;
}
</style>
border-color css
<style>
span { border-color: #8FD27A; }
span { border-color: rgb(143,210,122); }
td.TdClassName
{
border-color: #8FD27A;
}
.TagClassName
{
border-color: #8FD27A;
}
</style>