Shades of Chartreuse Yellow #DCFA14
Tints of Chartreuse Yellow #DCFA14
RGB
CMYK
RGB Variations
Color information
#DCFA14 (or 0xDCFA14) is known color: Chartreuse Yellow. HEX triplet: DC, FA and 14. RGB value is (220,250,20). Sum of RGB (Red+Green+Blue) = 220+250+20=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 250 (98.05% from 255 or 51.02% from 490); Blue value is 20 (8.20% from 255 or 4.08% from 490); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFA14 is #2305EB. Grayscale: #D7D7D7. Windows color (decimal): -2295276 or 1374940. OLE color: 1374940.
HSL color Cylindrical-coordinate representation of color #DCFA14: hue angle of 67.83º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCFA14 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 20 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.02 |
| HSL | 67.83º | 0.96% | 0.53% | - |
| HSV(B) | 67.83º | 0.92% | 0.98% | - |
| XYZ | 63.83 | 83.64 | 13.44 | - |
| YUV | 214.81 | 18.06 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 20 | 0.12 | 0 | 0.92 | 0.02 | 67.83 | 0.96 | 0.53 |
| Hex | DC | FA | 14 | C | 0 | 5C | 2 | 44 | 60 | 35 |
| Octal | 334 | 372 | 24 | 14 | 0 | 134 | 2 | 104 | 140 | 65 |
| Binary | 11011100 | 11111010 | 10100 | 1100 | 0 | 1011100 | 10 | 1000100 | 1100000 | 110101 |
Color Harmonies of #DCFA14
Complementary color
Monochromatic Colors of #DCFA14
Black with #DCFA14
Text Example
Text Example
White with #DCFA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFA14; }
p { color: rgb(220,250,20); }
H1.HeaderClassName
{
color: #DCFA14;
}
.AnyTagClassName
{
color: #DCFA14;
}
</style>
background-color css
<style>
a { background-color: #DCFA14; }
a { background-color: rgb(220,250,20); }
div.DivClassName
{
background-color: #DCFA14;
}
.BgClassName
{
background-color: #DCFA14;
}
</style>
border-color css
<style>
span { border-color: #DCFA14; }
span { border-color: rgb(220,250,20); }
td.TdClassName
{
border-color: #DCFA14;
}
.TagClassName
{
border-color: #DCFA14;
}
</style>