Shades of Chartreuse Yellow #DCF519
Tints of Chartreuse Yellow #DCF519
RGB
CMYK
RGB Variations
Color information
#DCF519 (or 0xDCF519) is known color: Chartreuse Yellow. HEX triplet: DC, F5 and 19. RGB value is (220,245,25). Sum of RGB (Red+Green+Blue) = 220+245+25=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 245 (96.09% from 255 or 50% from 490); Blue value is 25 (10.16% from 255 or 5.10% from 490); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF519 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF519 is #230AE6. Grayscale: #D5D5D5. Windows color (decimal): -2296551 or 1701340. OLE color: 1701340.
HSL color Cylindrical-coordinate representation of color #DCF519: hue angle of 66.82º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCF519 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 25 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.04 |
| HSL | 66.82º | 0.92% | 0.53% | - |
| HSV(B) | 66.82º | 0.9% | 0.96% | - |
| XYZ | 62.34 | 80.59 | 13.19 | - |
| YUV | 212.45 | 22.22 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 25 | 0.10 | 0 | 0.90 | 0.04 | 66.82 | 0.92 | 0.53 |
| Hex | DC | F5 | 19 | A | 0 | 5A | 4 | 43 | 5C | 35 |
| Octal | 334 | 365 | 31 | 12 | 0 | 132 | 4 | 103 | 134 | 65 |
| Binary | 11011100 | 11110101 | 11001 | 1010 | 0 | 1011010 | 100 | 1000011 | 1011100 | 110101 |
Color Harmonies of #DCF519
Complementary color
Monochromatic Colors of #DCF519
Black with #DCF519
Text Example
Text Example
White with #DCF519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF519; }
p { color: rgb(220,245,25); }
H1.HeaderClassName
{
color: #DCF519;
}
.AnyTagClassName
{
color: #DCF519;
}
</style>
background-color css
<style>
a { background-color: #DCF519; }
a { background-color: rgb(220,245,25); }
div.DivClassName
{
background-color: #DCF519;
}
.BgClassName
{
background-color: #DCF519;
}
</style>
border-color css
<style>
span { border-color: #DCF519; }
span { border-color: rgb(220,245,25); }
td.TdClassName
{
border-color: #DCF519;
}
.TagClassName
{
border-color: #DCF519;
}
</style>