Shades of Gossip #8FD575
Tints of Gossip #8FD575
RGB
CMYK
RGB Variations
Color information
#8FD575 (or 0x8FD575) is known color: Gossip. HEX triplet: 8F, D5 and 75. RGB value is (143,213,117). Sum of RGB (Red+Green+Blue) = 143+213+117=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #8FD575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD575 is #702A8A. Grayscale: #B5B5B5. Windows color (decimal): -7350923 or 7722383. OLE color: 7722383.
HSL color Cylindrical-coordinate representation of color #8FD575: hue angle of 103.75º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8FD575 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 213 | 117 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.16 |
| HSL | 103.75º | 0.53% | 0.65% | - |
| HSV(B) | 103.75º | 0.45% | 0.84% | - |
| XYZ | 38.33 | 54.71 | 25.37 | - |
| YUV | 181.13 | 91.81 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 213 | 117 | 0.33 | 0 | 0.45 | 0.16 | 103.75 | 0.53 | 0.65 |
| Hex | 8F | D5 | 75 | 21 | 0 | 2D | 10 | 68 | 35 | 41 |
| Octal | 217 | 325 | 165 | 41 | 0 | 55 | 20 | 150 | 65 | 101 |
| Binary | 10001111 | 11010101 | 1110101 | 100001 | 0 | 101101 | 10000 | 1101000 | 110101 | 1000001 |
Color Harmonies of #8FD575
Complementary color
Monochromatic Colors of #8FD575
Black with #8FD575
Text Example
Text Example
White with #8FD575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD575; }
p { color: rgb(143,213,117); }
H1.HeaderClassName
{
color: #8FD575;
}
.AnyTagClassName
{
color: #8FD575;
}
</style>
background-color css
<style>
a { background-color: #8FD575; }
a { background-color: rgb(143,213,117); }
div.DivClassName
{
background-color: #8FD575;
}
.BgClassName
{
background-color: #8FD575;
}
</style>
border-color css
<style>
span { border-color: #8FD575; }
span { border-color: rgb(143,213,117); }
td.TdClassName
{
border-color: #8FD575;
}
.TagClassName
{
border-color: #8FD575;
}
</style>