Shades of Chartreuse Yellow #DCFF14
Tints of Chartreuse Yellow #DCFF14
RGB
CMYK
RGB Variations
Color information
#DCFF14 (or 0xDCFF14) is known color: Chartreuse Yellow. HEX triplet: DC, FF and 14. RGB value is (220,255,20). Sum of RGB (Red+Green+Blue) = 220+255+20=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 20 (8.20% from 255 or 4.04% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFF14 is #2300EB. Grayscale: #DADADA. Windows color (decimal): -2293996 or 1376220. OLE color: 1376220.
HSL color Cylindrical-coordinate representation of color #DCFF14: hue angle of 68.94º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCFF14 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 20 | - |
| CMYK | 0.14 | 0 | 0.92 | 0 |
| HSL | 68.94º | 1% | 0.54% | - |
| HSV(B) | 68.94º | 0.92% | 1% | - |
| XYZ | 65.4 | 86.79 | 13.97 | - |
| YUV | 217.75 | 16.4 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 20 | 0.14 | 0 | 0.92 | 0 | 68.94 | 1 | 0.54 |
| Hex | DC | FF | 14 | E | 0 | 5C | 0 | 45 | 64 | 36 |
| Octal | 334 | 377 | 24 | 16 | 0 | 134 | 0 | 105 | 144 | 66 |
| Binary | 11011100 | 11111111 | 10100 | 1110 | 0 | 1011100 | 0 | 1000101 | 1100100 | 110110 |
Color Harmonies of #DCFF14
Complementary color
Monochromatic Colors of #DCFF14
Black with #DCFF14
Text Example
Text Example
White with #DCFF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF14; }
p { color: rgb(220,255,20); }
H1.HeaderClassName
{
color: #DCFF14;
}
.AnyTagClassName
{
color: #DCFF14;
}
</style>
background-color css
<style>
a { background-color: #DCFF14; }
a { background-color: rgb(220,255,20); }
div.DivClassName
{
background-color: #DCFF14;
}
.BgClassName
{
background-color: #DCFF14;
}
</style>
border-color css
<style>
span { border-color: #DCFF14; }
span { border-color: rgb(220,255,20); }
td.TdClassName
{
border-color: #DCFF14;
}
.TagClassName
{
border-color: #DCFF14;
}
</style>