Shades of Yellow Green #8CDF1F
Tints of Yellow Green #8CDF1F
RGB
CMYK
RGB Variations
Color information
#8CDF1F (or 0x8CDF1F) is known color: Yellow Green. HEX triplet: 8C, DF and 1F. RGB value is (140,223,31). Sum of RGB (Red+Green+Blue) = 140+223+31=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 223 (87.5% from 255 or 56.60% from 394); Blue value is 31 (12.5% from 255 or 7.87% from 394); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDF1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDF1F is #7320E0. Grayscale: #B0B0B0. Windows color (decimal): -7545057 or 2088844. OLE color: 2088844.
HSL color Cylindrical-coordinate representation of color #8CDF1F: hue angle of 85.94º 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 #8CDF1F is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 31 | - |
| CMYK | 0.37 | 0 | 0.86 | 0.13 |
| HSL | 85.94º | 0.76% | 0.5% | - |
| HSV(B) | 85.94º | 0.86% | 0.87% | - |
| XYZ | 37.45 | 58.45 | 10.6 | - |
| YUV | 176.3 | 46 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 31 | 0.37 | 0 | 0.86 | 0.13 | 85.94 | 0.76 | 0.5 |
| Hex | 8C | DF | 1F | 25 | 0 | 56 | D | 56 | 4C | 32 |
| Octal | 214 | 337 | 37 | 45 | 0 | 126 | 15 | 126 | 114 | 62 |
| Binary | 10001100 | 11011111 | 11111 | 100101 | 0 | 1010110 | 1101 | 1010110 | 1001100 | 110010 |
Color Harmonies of #8CDF1F
Complementary color
Monochromatic Colors of #8CDF1F
Black with #8CDF1F
Text Example
Text Example
White with #8CDF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDF1F; }
p { color: rgb(140,223,31); }
H1.HeaderClassName
{
color: #8CDF1F;
}
.AnyTagClassName
{
color: #8CDF1F;
}
</style>
background-color css
<style>
a { background-color: #8CDF1F; }
a { background-color: rgb(140,223,31); }
div.DivClassName
{
background-color: #8CDF1F;
}
.BgClassName
{
background-color: #8CDF1F;
}
</style>
border-color css
<style>
span { border-color: #8CDF1F; }
span { border-color: rgb(140,223,31); }
td.TdClassName
{
border-color: #8CDF1F;
}
.TagClassName
{
border-color: #8CDF1F;
}
</style>