Shades of Chartreuse Yellow #DCFE0E
Tints of Chartreuse Yellow #DCFE0E
RGB
CMYK
RGB Variations
Color information
#DCFE0E (or 0xDCFE0E) is known color: Chartreuse Yellow. HEX triplet: DC, FE and 0E. RGB value is (220,254,14). Sum of RGB (Red+Green+Blue) = 220+254+14=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 14 (5.86% from 255 or 2.87% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFE0E is #2301F1. Grayscale: #D9D9D9. Windows color (decimal): -2294258 or 982748. OLE color: 982748.
HSL color Cylindrical-coordinate representation of color #DCFE0E: hue angle of 68.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCFE0E is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 14 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.00 |
| HSL | 68.5º | 0.99% | 0.53% | - |
| HSV(B) | 68.5º | 0.94% | 1% | - |
| XYZ | 65.04 | 86.13 | 13.61 | - |
| YUV | 216.47 | 13.74 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 14 | 0.13 | 0 | 0.94 | 0.00 | 68.5 | 0.99 | 0.53 |
| Hex | DC | FE | E | D | 0 | 5E | 0 | 44 | 63 | 35 |
| Octal | 334 | 376 | 16 | 15 | 0 | 136 | 0 | 104 | 143 | 65 |
| Binary | 11011100 | 11111110 | 1110 | 1101 | 0 | 1011110 | 0 | 1000100 | 1100011 | 110101 |
Color Harmonies of #DCFE0E
Complementary color
Monochromatic Colors of #DCFE0E
Black with #DCFE0E
Text Example
Text Example
White with #DCFE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE0E; }
p { color: rgb(220,254,14); }
H1.HeaderClassName
{
color: #DCFE0E;
}
.AnyTagClassName
{
color: #DCFE0E;
}
</style>
background-color css
<style>
a { background-color: #DCFE0E; }
a { background-color: rgb(220,254,14); }
div.DivClassName
{
background-color: #DCFE0E;
}
.BgClassName
{
background-color: #DCFE0E;
}
</style>
border-color css
<style>
span { border-color: #DCFE0E; }
span { border-color: rgb(220,254,14); }
td.TdClassName
{
border-color: #DCFE0E;
}
.TagClassName
{
border-color: #DCFE0E;
}
</style>