Shades of Yellow Green #8DCE13
Tints of Yellow Green #8DCE13
RGB
CMYK
RGB Variations
Color information
#8DCE13 (or 0x8DCE13) is known color: Yellow Green. HEX triplet: 8D, CE and 13. RGB value is (141,206,19). Sum of RGB (Red+Green+Blue) = 141+206+19=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 206 (80.86% from 255 or 56.28% from 366); Blue value is 19 (7.81% from 255 or 5.19% from 366); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DCE13 is #7231EC. Grayscale: #A5A5A5. Windows color (decimal): -7483885 or 1298061. OLE color: 1298061.
HSL color Cylindrical-coordinate representation of color #8DCE13: hue angle of 80.86º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DCE13 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 19 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.19 |
| HSL | 80.86º | 0.83% | 0.44% | - |
| HSV(B) | 80.86º | 0.91% | 0.81% | - |
| XYZ | 33.17 | 49.85 | 8.49 | - |
| YUV | 165.25 | 45.47 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 19 | 0.32 | 0 | 0.91 | 0.19 | 80.86 | 0.83 | 0.44 |
| Hex | 8D | CE | 13 | 20 | 0 | 5B | 13 | 51 | 53 | 2C |
| Octal | 215 | 316 | 23 | 40 | 0 | 133 | 23 | 121 | 123 | 54 |
| Binary | 10001101 | 11001110 | 10011 | 100000 | 0 | 1011011 | 10011 | 1010001 | 1010011 | 101100 |
Color Harmonies of #8DCE13
Complementary color
Monochromatic Colors of #8DCE13
Black with #8DCE13
Text Example
Text Example
White with #8DCE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCE13; }
p { color: rgb(141,206,19); }
H1.HeaderClassName
{
color: #8DCE13;
}
.AnyTagClassName
{
color: #8DCE13;
}
</style>
background-color css
<style>
a { background-color: #8DCE13; }
a { background-color: rgb(141,206,19); }
div.DivClassName
{
background-color: #8DCE13;
}
.BgClassName
{
background-color: #8DCE13;
}
</style>
border-color css
<style>
span { border-color: #8DCE13; }
span { border-color: rgb(141,206,19); }
td.TdClassName
{
border-color: #8DCE13;
}
.TagClassName
{
border-color: #8DCE13;
}
</style>