Shades of Gossip #8FDE75
Tints of Gossip #8FDE75
RGB
CMYK
RGB Variations
Color information
#8FDE75 (or 0x8FDE75) is known color: Gossip. HEX triplet: 8F, DE and 75. RGB value is (143,222,117). Sum of RGB (Red+Green+Blue) = 143+222+117=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDE75 is #70218A. Grayscale: #BABABA. Windows color (decimal): -7348619 or 7724687. OLE color: 7724687.
HSL color Cylindrical-coordinate representation of color #8FDE75: hue angle of 105.14º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8FDE75 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 222 | 117 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.13 |
| HSL | 105.14º | 0.61% | 0.66% | - |
| HSV(B) | 105.14º | 0.47% | 0.87% | - |
| XYZ | 40.66 | 59.37 | 26.15 | - |
| YUV | 186.41 | 88.83 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 222 | 117 | 0.36 | 0 | 0.47 | 0.13 | 105.14 | 0.61 | 0.66 |
| Hex | 8F | DE | 75 | 24 | 0 | 2F | D | 69 | 3D | 42 |
| Octal | 217 | 336 | 165 | 44 | 0 | 57 | 15 | 151 | 75 | 102 |
| Binary | 10001111 | 11011110 | 1110101 | 100100 | 0 | 101111 | 1101 | 1101001 | 111101 | 1000010 |
Color Harmonies of #8FDE75
Complementary color
Monochromatic Colors of #8FDE75
Black with #8FDE75
Text Example
Text Example
White with #8FDE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDE75; }
p { color: rgb(143,222,117); }
H1.HeaderClassName
{
color: #8FDE75;
}
.AnyTagClassName
{
color: #8FDE75;
}
</style>
background-color css
<style>
a { background-color: #8FDE75; }
a { background-color: rgb(143,222,117); }
div.DivClassName
{
background-color: #8FDE75;
}
.BgClassName
{
background-color: #8FDE75;
}
</style>
border-color css
<style>
span { border-color: #8FDE75; }
span { border-color: rgb(143,222,117); }
td.TdClassName
{
border-color: #8FDE75;
}
.TagClassName
{
border-color: #8FDE75;
}
</style>