Shades of Gossip #8FDD7B
Tints of Gossip #8FDD7B
RGB
CMYK
RGB Variations
Color information
#8FDD7B (or 0x8FDD7B) is known color: Gossip. HEX triplet: 8F, DD and 7B. RGB value is (143,221,123). Sum of RGB (Red+Green+Blue) = 143+221+123=487 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.36% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDD7B is #702284. Grayscale: #BABABA. Windows color (decimal): -7348869 or 8117647. OLE color: 8117647.
HSL color Cylindrical-coordinate representation of color #8FDD7B: hue angle of 107.76º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FDD7B is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 123 | - |
| CMYK | 0.35 | 0 | 0.44 | 0.13 |
| HSL | 107.76º | 0.59% | 0.67% | - |
| HSV(B) | 107.76º | 0.44% | 0.87% | - |
| XYZ | 40.76 | 58.98 | 27.98 | - |
| YUV | 186.51 | 92.16 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 123 | 0.35 | 0 | 0.44 | 0.13 | 107.76 | 0.59 | 0.67 |
| Hex | 8F | DD | 7B | 23 | 0 | 2C | D | 6C | 3B | 43 |
| Octal | 217 | 335 | 173 | 43 | 0 | 54 | 15 | 154 | 73 | 103 |
| Binary | 10001111 | 11011101 | 1111011 | 100011 | 0 | 101100 | 1101 | 1101100 | 111011 | 1000011 |
Color Harmonies of #8FDD7B
Complementary color
Monochromatic Colors of #8FDD7B
Black with #8FDD7B
Text Example
Text Example
White with #8FDD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDD7B; }
p { color: rgb(143,221,123); }
H1.HeaderClassName
{
color: #8FDD7B;
}
.AnyTagClassName
{
color: #8FDD7B;
}
</style>
background-color css
<style>
a { background-color: #8FDD7B; }
a { background-color: rgb(143,221,123); }
div.DivClassName
{
background-color: #8FDD7B;
}
.BgClassName
{
background-color: #8FDD7B;
}
</style>
border-color css
<style>
span { border-color: #8FDD7B; }
span { border-color: rgb(143,221,123); }
td.TdClassName
{
border-color: #8FDD7B;
}
.TagClassName
{
border-color: #8FDD7B;
}
</style>