Shades of Gossip #8CD172
Tints of Gossip #8CD172
RGB
CMYK
RGB Variations
Color information
#8CD172 (or 0x8CD172) is known color: Gossip. HEX triplet: 8C, D1 and 72. RGB value is (140,209,114). Sum of RGB (Red+Green+Blue) = 140+209+114=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 209 - color contains mainly: green. Hex color #8CD172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD172 is #732E8D. Grayscale: #B1B1B1. Windows color (decimal): -7548558 or 7524748. OLE color: 7524748.
HSL color Cylindrical-coordinate representation of color #8CD172: hue angle of 103.58º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CD172 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 209 | 114 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.18 |
| HSL | 103.58º | 0.51% | 0.63% | - |
| HSV(B) | 103.58º | 0.45% | 0.82% | - |
| XYZ | 36.65 | 52.39 | 24.1 | - |
| YUV | 177.54 | 92.14 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 209 | 114 | 0.33 | 0 | 0.45 | 0.18 | 103.58 | 0.51 | 0.63 |
| Hex | 8C | D1 | 72 | 21 | 0 | 2D | 12 | 68 | 33 | 3F |
| Octal | 214 | 321 | 162 | 41 | 0 | 55 | 22 | 150 | 63 | 77 |
| Binary | 10001100 | 11010001 | 1110010 | 100001 | 0 | 101101 | 10010 | 1101000 | 110011 | 111111 |
Color Harmonies of #8CD172
Complementary color
Monochromatic Colors of #8CD172
Black with #8CD172
Text Example
Text Example
White with #8CD172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD172; }
p { color: rgb(140,209,114); }
H1.HeaderClassName
{
color: #8CD172;
}
.AnyTagClassName
{
color: #8CD172;
}
</style>
background-color css
<style>
a { background-color: #8CD172; }
a { background-color: rgb(140,209,114); }
div.DivClassName
{
background-color: #8CD172;
}
.BgClassName
{
background-color: #8CD172;
}
</style>
border-color css
<style>
span { border-color: #8CD172; }
span { border-color: rgb(140,209,114); }
td.TdClassName
{
border-color: #8CD172;
}
.TagClassName
{
border-color: #8CD172;
}
</style>