Shades of Gossip #8FCF80
Tints of Gossip #8FCF80
RGB
CMYK
RGB Variations
Color information
#8FCF80 (or 0x8FCF80) is known color: Gossip. HEX triplet: 8F, CF and 80. RGB value is (143,207,128). Sum of RGB (Red+Green+Blue) = 143+207+128=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCF80 is #70307F. Grayscale: #B3B3B3. Windows color (decimal): -7352448 or 8441743. OLE color: 8441743.
HSL color Cylindrical-coordinate representation of color #8FCF80: hue angle of 108.61º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FCF80 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 207 | 128 | - |
| CMYK | 0.31 | 0 | 0.38 | 0.19 |
| HSL | 108.61º | 0.45% | 0.66% | - |
| HSV(B) | 108.61º | 0.38% | 0.81% | - |
| XYZ | 37.54 | 52.02 | 28.49 | - |
| YUV | 178.86 | 99.3 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 128 | 0.31 | 0 | 0.38 | 0.19 | 108.61 | 0.45 | 0.66 |
| Hex | 8F | CF | 80 | 1F | 0 | 26 | 13 | 6D | 2D | 42 |
| Octal | 217 | 317 | 200 | 37 | 0 | 46 | 23 | 155 | 55 | 102 |
| Binary | 10001111 | 11001111 | 10000000 | 11111 | 0 | 100110 | 10011 | 1101101 | 101101 | 1000010 |
Color Harmonies of #8FCF80
Complementary color
Monochromatic Colors of #8FCF80
Black with #8FCF80
Text Example
Text Example
White with #8FCF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCF80; }
p { color: rgb(143,207,128); }
H1.HeaderClassName
{
color: #8FCF80;
}
.AnyTagClassName
{
color: #8FCF80;
}
</style>
background-color css
<style>
a { background-color: #8FCF80; }
a { background-color: rgb(143,207,128); }
div.DivClassName
{
background-color: #8FCF80;
}
.BgClassName
{
background-color: #8FCF80;
}
</style>
border-color css
<style>
span { border-color: #8FCF80; }
span { border-color: rgb(143,207,128); }
td.TdClassName
{
border-color: #8FCF80;
}
.TagClassName
{
border-color: #8FCF80;
}
</style>