Shades of Chartreuse Yellow #DCFC14
Tints of Chartreuse Yellow #DCFC14
RGB
CMYK
RGB Variations
Color information
#DCFC14 (or 0xDCFC14) is known color: Chartreuse Yellow. HEX triplet: DC, FC and 14. RGB value is (220,252,20). Sum of RGB (Red+Green+Blue) = 220+252+20=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 252 (98.83% from 255 or 51.22% from 492); Blue value is 20 (8.20% from 255 or 4.07% from 492); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFC14 is #2303EB. Grayscale: #D8D8D8. Windows color (decimal): -2294764 or 1375452. OLE color: 1375452.
HSL color Cylindrical-coordinate representation of color #DCFC14: hue angle of 68.28º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCFC14 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 20 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.01 |
| HSL | 68.28º | 0.97% | 0.53% | - |
| HSV(B) | 68.28º | 0.92% | 0.99% | - |
| XYZ | 64.45 | 84.89 | 13.65 | - |
| YUV | 215.98 | 17.4 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 20 | 0.13 | 0 | 0.92 | 0.01 | 68.28 | 0.97 | 0.53 |
| Hex | DC | FC | 14 | D | 0 | 5C | 1 | 44 | 61 | 35 |
| Octal | 334 | 374 | 24 | 15 | 0 | 134 | 1 | 104 | 141 | 65 |
| Binary | 11011100 | 11111100 | 10100 | 1101 | 0 | 1011100 | 1 | 1000100 | 1100001 | 110101 |
Color Harmonies of #DCFC14
Complementary color
Monochromatic Colors of #DCFC14
Black with #DCFC14
Text Example
Text Example
White with #DCFC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC14; }
p { color: rgb(220,252,20); }
H1.HeaderClassName
{
color: #DCFC14;
}
.AnyTagClassName
{
color: #DCFC14;
}
</style>
background-color css
<style>
a { background-color: #DCFC14; }
a { background-color: rgb(220,252,20); }
div.DivClassName
{
background-color: #DCFC14;
}
.BgClassName
{
background-color: #DCFC14;
}
</style>
border-color css
<style>
span { border-color: #DCFC14; }
span { border-color: rgb(220,252,20); }
td.TdClassName
{
border-color: #DCFC14;
}
.TagClassName
{
border-color: #DCFC14;
}
</style>