Shades of Gossip #8FCF7B
Tints of Gossip #8FCF7B
RGB
CMYK
RGB Variations
Color information
#8FCF7B (or 0x8FCF7B) is known color: Gossip. HEX triplet: 8F, CF and 7B. RGB value is (143,207,123). Sum of RGB (Red+Green+Blue) = 143+207+123=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCF7B is #703084. Grayscale: #B2B2B2. Windows color (decimal): -7352453 or 8114063. OLE color: 8114063.
HSL color Cylindrical-coordinate representation of color #8FCF7B: hue angle of 105.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FCF7B is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 207 | 123 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.19 |
| HSL | 105.71º | 0.47% | 0.65% | - |
| HSV(B) | 105.71º | 0.41% | 0.81% | - |
| XYZ | 37.22 | 51.9 | 26.79 | - |
| YUV | 178.29 | 96.8 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 123 | 0.31 | 0 | 0.41 | 0.19 | 105.71 | 0.47 | 0.65 |
| Hex | 8F | CF | 7B | 1F | 0 | 29 | 13 | 6A | 2F | 41 |
| Octal | 217 | 317 | 173 | 37 | 0 | 51 | 23 | 152 | 57 | 101 |
| Binary | 10001111 | 11001111 | 1111011 | 11111 | 0 | 101001 | 10011 | 1101010 | 101111 | 1000001 |
Color Harmonies of #8FCF7B
Complementary color
Monochromatic Colors of #8FCF7B
Black with #8FCF7B
Text Example
Text Example
White with #8FCF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCF7B; }
p { color: rgb(143,207,123); }
H1.HeaderClassName
{
color: #8FCF7B;
}
.AnyTagClassName
{
color: #8FCF7B;
}
</style>
background-color css
<style>
a { background-color: #8FCF7B; }
a { background-color: rgb(143,207,123); }
div.DivClassName
{
background-color: #8FCF7B;
}
.BgClassName
{
background-color: #8FCF7B;
}
</style>
border-color css
<style>
span { border-color: #8FCF7B; }
span { border-color: rgb(143,207,123); }
td.TdClassName
{
border-color: #8FCF7B;
}
.TagClassName
{
border-color: #8FCF7B;
}
</style>