Shades of Gossip #8FD27C
Tints of Gossip #8FD27C
RGB
CMYK
RGB Variations
Color information
#8FD27C (or 0x8FD27C) is known color: Gossip. HEX triplet: 8F, D2 and 7C. RGB value is (143,210,124). Sum of RGB (Red+Green+Blue) = 143+210+124=477 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.98% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #8FD27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD27C is #702D83. Grayscale: #B4B4B4. Windows color (decimal): -7351684 or 8180367. OLE color: 8180367.
HSL color Cylindrical-coordinate representation of color #8FD27C: hue angle of 106.74º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FD27C is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 210 | 124 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.18 |
| HSL | 106.74º | 0.49% | 0.65% | - |
| HSV(B) | 106.74º | 0.41% | 0.82% | - |
| XYZ | 38.01 | 53.39 | 27.37 | - |
| YUV | 180.16 | 96.3 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 210 | 124 | 0.32 | 0 | 0.41 | 0.18 | 106.74 | 0.49 | 0.65 |
| Hex | 8F | D2 | 7C | 20 | 0 | 29 | 12 | 6B | 31 | 41 |
| Octal | 217 | 322 | 174 | 40 | 0 | 51 | 22 | 153 | 61 | 101 |
| Binary | 10001111 | 11010010 | 1111100 | 100000 | 0 | 101001 | 10010 | 1101011 | 110001 | 1000001 |
Color Harmonies of #8FD27C
Complementary color
Monochromatic Colors of #8FD27C
Black with #8FD27C
Text Example
Text Example
White with #8FD27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD27C; }
p { color: rgb(143,210,124); }
H1.HeaderClassName
{
color: #8FD27C;
}
.AnyTagClassName
{
color: #8FD27C;
}
</style>
background-color css
<style>
a { background-color: #8FD27C; }
a { background-color: rgb(143,210,124); }
div.DivClassName
{
background-color: #8FD27C;
}
.BgClassName
{
background-color: #8FD27C;
}
</style>
border-color css
<style>
span { border-color: #8FD27C; }
span { border-color: rgb(143,210,124); }
td.TdClassName
{
border-color: #8FD27C;
}
.TagClassName
{
border-color: #8FD27C;
}
</style>