Shades of Chartreuse Yellow #DCF019
Tints of Chartreuse Yellow #DCF019
RGB
CMYK
RGB Variations
Color information
#DCF019 (or 0xDCF019) is known color: Chartreuse Yellow. HEX triplet: DC, F0 and 19. RGB value is (220,240,25). Sum of RGB (Red+Green+Blue) = 220+240+25=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 240 (94.14% from 255 or 49.48% from 485); Blue value is 25 (10.16% from 255 or 5.15% from 485); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF019 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF019 is #230FE6. Grayscale: #D2D2D2. Windows color (decimal): -2297831 or 1700060. OLE color: 1700060.
HSL color Cylindrical-coordinate representation of color #DCF019: hue angle of 65.58º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCF019 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 25 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.06 |
| HSL | 65.58º | 0.88% | 0.52% | - |
| HSV(B) | 65.58º | 0.9% | 0.94% | - |
| XYZ | 60.85 | 77.61 | 12.69 | - |
| YUV | 209.51 | 23.87 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 25 | 0.08 | 0 | 0.90 | 0.06 | 65.58 | 0.88 | 0.52 |
| Hex | DC | F0 | 19 | 8 | 0 | 5A | 6 | 42 | 58 | 34 |
| Octal | 334 | 360 | 31 | 10 | 0 | 132 | 6 | 102 | 130 | 64 |
| Binary | 11011100 | 11110000 | 11001 | 1000 | 0 | 1011010 | 110 | 1000010 | 1011000 | 110100 |
Color Harmonies of #DCF019
Complementary color
Monochromatic Colors of #DCF019
Black with #DCF019
Text Example
Text Example
White with #DCF019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF019; }
p { color: rgb(220,240,25); }
H1.HeaderClassName
{
color: #DCF019;
}
.AnyTagClassName
{
color: #DCF019;
}
</style>
background-color css
<style>
a { background-color: #DCF019; }
a { background-color: rgb(220,240,25); }
div.DivClassName
{
background-color: #DCF019;
}
.BgClassName
{
background-color: #DCF019;
}
</style>
border-color css
<style>
span { border-color: #DCF019; }
span { border-color: rgb(220,240,25); }
td.TdClassName
{
border-color: #DCF019;
}
.TagClassName
{
border-color: #DCF019;
}
</style>