Shades of Gossip #8CD47B
Tints of Gossip #8CD47B
RGB
CMYK
RGB Variations
Color information
#8CD47B (or 0x8CD47B) is known color: Gossip. HEX triplet: 8C, D4 and 7B. RGB value is (140,212,123). Sum of RGB (Red+Green+Blue) = 140+212+123=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 212 - color contains mainly: green. Hex color #8CD47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD47B is #732B84. Grayscale: #B4B4B4. Windows color (decimal): -7547781 or 8115340. OLE color: 8115340.
HSL color Cylindrical-coordinate representation of color #8CD47B: hue angle of 108.54º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CD47B is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 140 | 212 | 123 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.17 |
| HSL | 108.54º | 0.51% | 0.66% | - |
| HSV(B) | 108.54º | 0.42% | 0.83% | - |
| XYZ | 37.93 | 54.09 | 27.18 | - |
| YUV | 180.33 | 95.65 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 212 | 123 | 0.34 | 0 | 0.42 | 0.17 | 108.54 | 0.51 | 0.66 |
| Hex | 8C | D4 | 7B | 22 | 0 | 2A | 11 | 6D | 33 | 42 |
| Octal | 214 | 324 | 173 | 42 | 0 | 52 | 21 | 155 | 63 | 102 |
| Binary | 10001100 | 11010100 | 1111011 | 100010 | 0 | 101010 | 10001 | 1101101 | 110011 | 1000010 |
Color Harmonies of #8CD47B
Complementary color
Monochromatic Colors of #8CD47B
Black with #8CD47B
Text Example
Text Example
White with #8CD47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD47B; }
p { color: rgb(140,212,123); }
H1.HeaderClassName
{
color: #8CD47B;
}
.AnyTagClassName
{
color: #8CD47B;
}
</style>
background-color css
<style>
a { background-color: #8CD47B; }
a { background-color: rgb(140,212,123); }
div.DivClassName
{
background-color: #8CD47B;
}
.BgClassName
{
background-color: #8CD47B;
}
</style>
border-color css
<style>
span { border-color: #8CD47B; }
span { border-color: rgb(140,212,123); }
td.TdClassName
{
border-color: #8CD47B;
}
.TagClassName
{
border-color: #8CD47B;
}
</style>