Shades of Chartreuse Yellow #DCFA15
Tints of Chartreuse Yellow #DCFA15
RGB
CMYK
RGB Variations
Color information
#DCFA15 (or 0xDCFA15) is known color: Chartreuse Yellow. HEX triplet: DC, FA and 15. RGB value is (220,250,21). Sum of RGB (Red+Green+Blue) = 220+250+21=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 21 (8.59% from 255 or 4.28% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFA15 is #2305EA. Grayscale: #D7D7D7. Windows color (decimal): -2295275 or 1440476. OLE color: 1440476.
HSL color Cylindrical-coordinate representation of color #DCFA15: hue angle of 67.86º 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 #DCFA15 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 21 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.02 |
| HSL | 67.86º | 0.96% | 0.53% | - |
| HSV(B) | 67.86º | 0.92% | 0.98% | - |
| XYZ | 63.84 | 83.64 | 13.49 | - |
| YUV | 214.92 | 18.56 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 21 | 0.12 | 0 | 0.92 | 0.02 | 67.86 | 0.96 | 0.53 |
| Hex | DC | FA | 15 | C | 0 | 5C | 2 | 44 | 60 | 35 |
| Octal | 334 | 372 | 25 | 14 | 0 | 134 | 2 | 104 | 140 | 65 |
| Binary | 11011100 | 11111010 | 10101 | 1100 | 0 | 1011100 | 10 | 1000100 | 1100000 | 110101 |
Color Harmonies of #DCFA15
Complementary color
Monochromatic Colors of #DCFA15
Black with #DCFA15
Text Example
Text Example
White with #DCFA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFA15; }
p { color: rgb(220,250,21); }
H1.HeaderClassName
{
color: #DCFA15;
}
.AnyTagClassName
{
color: #DCFA15;
}
</style>
background-color css
<style>
a { background-color: #DCFA15; }
a { background-color: rgb(220,250,21); }
div.DivClassName
{
background-color: #DCFA15;
}
.BgClassName
{
background-color: #DCFA15;
}
</style>
border-color css
<style>
span { border-color: #DCFA15; }
span { border-color: rgb(220,250,21); }
td.TdClassName
{
border-color: #DCFA15;
}
.TagClassName
{
border-color: #DCFA15;
}
</style>