Shades of Gossip #8FE669
Tints of Gossip #8FE669
RGB
CMYK
RGB Variations
Color information
#8FE669 (or 0x8FE669) is known color: Gossip. HEX triplet: 8F, E6 and 69. RGB value is (143,230,105). Sum of RGB (Red+Green+Blue) = 143+230+105=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 230 - color contains mainly: green. Hex color #8FE669 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FE669 is #701996. Grayscale: #BEBEBE. Windows color (decimal): -7346583 or 6940303. OLE color: 6940303.
HSL color Cylindrical-coordinate representation of color #8FE669: hue angle of 101.76º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8FE669 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 230 | 105 | - |
| CMYK | 0.38 | 0 | 0.54 | 0.10 |
| HSL | 101.76º | 0.71% | 0.66% | - |
| HSV(B) | 101.76º | 0.54% | 0.9% | - |
| XYZ | 42.17 | 63.45 | 23.39 | - |
| YUV | 189.74 | 80.18 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 230 | 105 | 0.38 | 0 | 0.54 | 0.10 | 101.76 | 0.71 | 0.66 |
| Hex | 8F | E6 | 69 | 26 | 0 | 36 | A | 66 | 47 | 42 |
| Octal | 217 | 346 | 151 | 46 | 0 | 66 | 12 | 146 | 107 | 102 |
| Binary | 10001111 | 11100110 | 1101001 | 100110 | 0 | 110110 | 1010 | 1100110 | 1000111 | 1000010 |
Color Harmonies of #8FE669
Complementary color
Monochromatic Colors of #8FE669
Black with #8FE669
Text Example
Text Example
White with #8FE669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE669; }
p { color: rgb(143,230,105); }
H1.HeaderClassName
{
color: #8FE669;
}
.AnyTagClassName
{
color: #8FE669;
}
</style>
background-color css
<style>
a { background-color: #8FE669; }
a { background-color: rgb(143,230,105); }
div.DivClassName
{
background-color: #8FE669;
}
.BgClassName
{
background-color: #8FE669;
}
</style>
border-color css
<style>
span { border-color: #8FE669; }
span { border-color: rgb(143,230,105); }
td.TdClassName
{
border-color: #8FE669;
}
.TagClassName
{
border-color: #8FE669;
}
</style>