Shades of Gossip #8FC27B
Tints of Gossip #8FC27B
RGB
CMYK
RGB Variations
Color information
#8FC27B (or 0x8FC27B) is known color: Gossip. HEX triplet: 8F, C2 and 7B. RGB value is (143,194,123). Sum of RGB (Red+Green+Blue) = 143+194+123=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #8FC27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC27B is #703D84. Grayscale: #AAAAAA. Windows color (decimal): -7355781 or 8110735. OLE color: 8110735.
HSL color Cylindrical-coordinate representation of color #8FC27B: hue angle of 103.1º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8FC27B is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 194 | 123 | - |
| CMYK | 0.26 | 0 | 0.37 | 0.24 |
| HSL | 103.1º | 0.37% | 0.62% | - |
| HSV(B) | 103.1º | 0.37% | 0.76% | - |
| XYZ | 34.19 | 45.85 | 25.79 | - |
| YUV | 170.66 | 101.1 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 194 | 123 | 0.26 | 0 | 0.37 | 0.24 | 103.1 | 0.37 | 0.62 |
| Hex | 8F | C2 | 7B | 1A | 0 | 25 | 18 | 67 | 25 | 3E |
| Octal | 217 | 302 | 173 | 32 | 0 | 45 | 30 | 147 | 45 | 76 |
| Binary | 10001111 | 11000010 | 1111011 | 11010 | 0 | 100101 | 11000 | 1100111 | 100101 | 111110 |
Color Harmonies of #8FC27B
Complementary color
Monochromatic Colors of #8FC27B
Black with #8FC27B
Text Example
Text Example
White with #8FC27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC27B; }
p { color: rgb(143,194,123); }
H1.HeaderClassName
{
color: #8FC27B;
}
.AnyTagClassName
{
color: #8FC27B;
}
</style>
background-color css
<style>
a { background-color: #8FC27B; }
a { background-color: rgb(143,194,123); }
div.DivClassName
{
background-color: #8FC27B;
}
.BgClassName
{
background-color: #8FC27B;
}
</style>
border-color css
<style>
span { border-color: #8FC27B; }
span { border-color: rgb(143,194,123); }
td.TdClassName
{
border-color: #8FC27B;
}
.TagClassName
{
border-color: #8FC27B;
}
</style>