Shades of Gossip #8CD07B
Tints of Gossip #8CD07B
RGB
CMYK
RGB Variations
Color information
#8CD07B (or 0x8CD07B) is known color: Gossip. HEX triplet: 8C, D0 and 7B. RGB value is (140,208,123). Sum of RGB (Red+Green+Blue) = 140+208+123=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #8CD07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD07B is #732F84. Grayscale: #B2B2B2. Windows color (decimal): -7548805 or 8114316. OLE color: 8114316.
HSL color Cylindrical-coordinate representation of color #8CD07B: hue angle of 108º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CD07B is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 208 | 123 | - |
| CMYK | 0.33 | 0 | 0.41 | 0.18 |
| HSL | 108º | 0.47% | 0.65% | - |
| HSV(B) | 108º | 0.41% | 0.82% | - |
| XYZ | 36.95 | 52.12 | 26.85 | - |
| YUV | 177.98 | 96.97 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 208 | 123 | 0.33 | 0 | 0.41 | 0.18 | 108 | 0.47 | 0.65 |
| Hex | 8C | D0 | 7B | 21 | 0 | 29 | 12 | 6C | 2F | 41 |
| Octal | 214 | 320 | 173 | 41 | 0 | 51 | 22 | 154 | 57 | 101 |
| Binary | 10001100 | 11010000 | 1111011 | 100001 | 0 | 101001 | 10010 | 1101100 | 101111 | 1000001 |
Color Harmonies of #8CD07B
Complementary color
Monochromatic Colors of #8CD07B
Black with #8CD07B
Text Example
Text Example
White with #8CD07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CD07B; }
p { color: rgb(140,208,123); }
H1.HeaderClassName
{
color: #8CD07B;
}
.AnyTagClassName
{
color: #8CD07B;
}
</style>
background-color css
<style>
a { background-color: #8CD07B; }
a { background-color: rgb(140,208,123); }
div.DivClassName
{
background-color: #8CD07B;
}
.BgClassName
{
background-color: #8CD07B;
}
</style>
border-color css
<style>
span { border-color: #8CD07B; }
span { border-color: rgb(140,208,123); }
td.TdClassName
{
border-color: #8CD07B;
}
.TagClassName
{
border-color: #8CD07B;
}
</style>