Shades of Chartreuse Yellow #DCFE14
Tints of Chartreuse Yellow #DCFE14
RGB
CMYK
RGB Variations
Color information
#DCFE14 (or 0xDCFE14) is known color: Chartreuse Yellow. HEX triplet: DC, FE and 14. RGB value is (220,254,20). Sum of RGB (Red+Green+Blue) = 220+254+20=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 20 (8.20% from 255 or 4.05% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFE14 is #2301EB. Grayscale: #DADADA. Windows color (decimal): -2294252 or 1375964. OLE color: 1375964.
HSL color Cylindrical-coordinate representation of color #DCFE14: hue angle of 68.72º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCFE14 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 20 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.00 |
| HSL | 68.72º | 0.99% | 0.54% | - |
| HSV(B) | 68.72º | 0.92% | 1% | - |
| XYZ | 65.08 | 86.15 | 13.86 | - |
| YUV | 217.16 | 16.74 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 20 | 0.13 | 0 | 0.92 | 0.00 | 68.72 | 0.99 | 0.54 |
| Hex | DC | FE | 14 | D | 0 | 5C | 0 | 45 | 63 | 36 |
| Octal | 334 | 376 | 24 | 15 | 0 | 134 | 0 | 105 | 143 | 66 |
| Binary | 11011100 | 11111110 | 10100 | 1101 | 0 | 1011100 | 0 | 1000101 | 1100011 | 110110 |
Color Harmonies of #DCFE14
Complementary color
Monochromatic Colors of #DCFE14
Black with #DCFE14
Text Example
Text Example
White with #DCFE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE14; }
p { color: rgb(220,254,20); }
H1.HeaderClassName
{
color: #DCFE14;
}
.AnyTagClassName
{
color: #DCFE14;
}
</style>
background-color css
<style>
a { background-color: #DCFE14; }
a { background-color: rgb(220,254,20); }
div.DivClassName
{
background-color: #DCFE14;
}
.BgClassName
{
background-color: #DCFE14;
}
</style>
border-color css
<style>
span { border-color: #DCFE14; }
span { border-color: rgb(220,254,20); }
td.TdClassName
{
border-color: #DCFE14;
}
.TagClassName
{
border-color: #DCFE14;
}
</style>