Shades of Yellow Green #8DDF1F
Tints of Yellow Green #8DDF1F
RGB
CMYK
RGB Variations
Color information
#8DDF1F (or 0x8DDF1F) is known color: Yellow Green. HEX triplet: 8D, DF and 1F. RGB value is (141,223,31). Sum of RGB (Red+Green+Blue) = 141+223+31=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 223 (87.5% from 255 or 56.46% from 395); Blue value is 31 (12.5% from 255 or 7.85% from 395); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDF1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDF1F is #7220E0. Grayscale: #B1B1B1. Windows color (decimal): -7479521 or 2088845. OLE color: 2088845.
HSL color Cylindrical-coordinate representation of color #8DDF1F: hue angle of 85.62º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8DDF1F is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 223 | 31 | - |
| CMYK | 0.37 | 0 | 0.86 | 0.13 |
| HSL | 85.62º | 0.76% | 0.5% | - |
| HSV(B) | 85.62º | 0.86% | 0.87% | - |
| XYZ | 37.62 | 58.54 | 10.61 | - |
| YUV | 176.59 | 45.83 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 223 | 31 | 0.37 | 0 | 0.86 | 0.13 | 85.62 | 0.76 | 0.5 |
| Hex | 8D | DF | 1F | 25 | 0 | 56 | D | 56 | 4C | 32 |
| Octal | 215 | 337 | 37 | 45 | 0 | 126 | 15 | 126 | 114 | 62 |
| Binary | 10001101 | 11011111 | 11111 | 100101 | 0 | 1010110 | 1101 | 1010110 | 1001100 | 110010 |
Color Harmonies of #8DDF1F
Complementary color
Monochromatic Colors of #8DDF1F
Black with #8DDF1F
Text Example
Text Example
White with #8DDF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDF1F; }
p { color: rgb(141,223,31); }
H1.HeaderClassName
{
color: #8DDF1F;
}
.AnyTagClassName
{
color: #8DDF1F;
}
</style>
background-color css
<style>
a { background-color: #8DDF1F; }
a { background-color: rgb(141,223,31); }
div.DivClassName
{
background-color: #8DDF1F;
}
.BgClassName
{
background-color: #8DDF1F;
}
</style>
border-color css
<style>
span { border-color: #8DDF1F; }
span { border-color: rgb(141,223,31); }
td.TdClassName
{
border-color: #8DDF1F;
}
.TagClassName
{
border-color: #8DDF1F;
}
</style>