Shades of Gossip #8DDF71
Tints of Gossip #8DDF71
RGB
CMYK
RGB Variations
Color information
#8DDF71 (or 0x8DDF71) is known color: Gossip. HEX triplet: 8D, DF and 71. RGB value is (141,223,113). Sum of RGB (Red+Green+Blue) = 141+223+113=477 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.56% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDF71 is #72208E. Grayscale: #BABABA. Windows color (decimal): -7479439 or 7462797. OLE color: 7462797.
HSL color Cylindrical-coordinate representation of color #8DDF71: hue angle of 104.73º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8DDF71 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 223 | 113 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.13 |
| HSL | 104.73º | 0.63% | 0.66% | - |
| HSV(B) | 104.73º | 0.49% | 0.87% | - |
| XYZ | 40.35 | 59.63 | 25.01 | - |
| YUV | 185.94 | 86.83 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 223 | 113 | 0.37 | 0 | 0.49 | 0.13 | 104.73 | 0.63 | 0.66 |
| Hex | 8D | DF | 71 | 25 | 0 | 31 | D | 69 | 3F | 42 |
| Octal | 215 | 337 | 161 | 45 | 0 | 61 | 15 | 151 | 77 | 102 |
| Binary | 10001101 | 11011111 | 1110001 | 100101 | 0 | 110001 | 1101 | 1101001 | 111111 | 1000010 |
Color Harmonies of #8DDF71
Complementary color
Monochromatic Colors of #8DDF71
Black with #8DDF71
Text Example
Text Example
White with #8DDF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDF71; }
p { color: rgb(141,223,113); }
H1.HeaderClassName
{
color: #8DDF71;
}
.AnyTagClassName
{
color: #8DDF71;
}
</style>
background-color css
<style>
a { background-color: #8DDF71; }
a { background-color: rgb(141,223,113); }
div.DivClassName
{
background-color: #8DDF71;
}
.BgClassName
{
background-color: #8DDF71;
}
</style>
border-color css
<style>
span { border-color: #8DDF71; }
span { border-color: rgb(141,223,113); }
td.TdClassName
{
border-color: #8DDF71;
}
.TagClassName
{
border-color: #8DDF71;
}
</style>