Shades of Gossip #8CD37B
Tints of Gossip #8CD37B
RGB
CMYK
RGB Variations
Color information
#8CD37B (or 0x8CD37B) is known color: Gossip. HEX triplet: 8C, D3 and 7B. RGB value is (140,211,123). Sum of RGB (Red+Green+Blue) = 140+211+123=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 211 - color contains mainly: green. Hex color #8CD37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD37B is #732C84. Grayscale: #B4B4B4. Windows color (decimal): -7548037 or 8115084. OLE color: 8115084.
HSL color Cylindrical-coordinate representation of color #8CD37B: hue angle of 108.41º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CD37B is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 140 | 211 | 123 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.17 |
| HSL | 108.41º | 0.5% | 0.65% | - |
| HSV(B) | 108.41º | 0.42% | 0.83% | - |
| XYZ | 37.68 | 53.59 | 27.1 | - |
| YUV | 179.74 | 95.98 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 211 | 123 | 0.34 | 0 | 0.42 | 0.17 | 108.41 | 0.5 | 0.65 |
| Hex | 8C | D3 | 7B | 22 | 0 | 2A | 11 | 6C | 32 | 41 |
| Octal | 214 | 323 | 173 | 42 | 0 | 52 | 21 | 154 | 62 | 101 |
| Binary | 10001100 | 11010011 | 1111011 | 100010 | 0 | 101010 | 10001 | 1101100 | 110010 | 1000001 |
Color Harmonies of #8CD37B
Complementary color
Monochromatic Colors of #8CD37B
Black with #8CD37B
Text Example
Text Example
White with #8CD37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD37B; }
p { color: rgb(140,211,123); }
H1.HeaderClassName
{
color: #8CD37B;
}
.AnyTagClassName
{
color: #8CD37B;
}
</style>
background-color css
<style>
a { background-color: #8CD37B; }
a { background-color: rgb(140,211,123); }
div.DivClassName
{
background-color: #8CD37B;
}
.BgClassName
{
background-color: #8CD37B;
}
</style>
border-color css
<style>
span { border-color: #8CD37B; }
span { border-color: rgb(140,211,123); }
td.TdClassName
{
border-color: #8CD37B;
}
.TagClassName
{
border-color: #8CD37B;
}
</style>