Shades of Chartreuse Yellow #DCFA1F
Tints of Chartreuse Yellow #DCFA1F
RGB
CMYK
RGB Variations
Color information
#DCFA1F (or 0xDCFA1F) is known color: Chartreuse Yellow. HEX triplet: DC, FA and 1F. RGB value is (220,250,31). Sum of RGB (Red+Green+Blue) = 220+250+31=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 31 (12.5% from 255 or 6.19% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFA1F is #2305E0. Grayscale: #D8D8D8. Windows color (decimal): -2295265 or 2095836. OLE color: 2095836.
HSL color Cylindrical-coordinate representation of color #DCFA1F: hue angle of 68.22º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCFA1F is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 31 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.02 |
| HSL | 68.22º | 0.96% | 0.55% | - |
| HSV(B) | 68.22º | 0.88% | 0.98% | - |
| XYZ | 63.95 | 83.69 | 14.08 | - |
| YUV | 216.06 | 23.56 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 31 | 0.12 | 0 | 0.88 | 0.02 | 68.22 | 0.96 | 0.55 |
| Hex | DC | FA | 1F | C | 0 | 58 | 2 | 44 | 60 | 37 |
| Octal | 334 | 372 | 37 | 14 | 0 | 130 | 2 | 104 | 140 | 67 |
| Binary | 11011100 | 11111010 | 11111 | 1100 | 0 | 1011000 | 10 | 1000100 | 1100000 | 110111 |
Color Harmonies of #DCFA1F
Complementary color
Monochromatic Colors of #DCFA1F
Black with #DCFA1F
Text Example
Text Example
White with #DCFA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFA1F; }
p { color: rgb(220,250,31); }
H1.HeaderClassName
{
color: #DCFA1F;
}
.AnyTagClassName
{
color: #DCFA1F;
}
</style>
background-color css
<style>
a { background-color: #DCFA1F; }
a { background-color: rgb(220,250,31); }
div.DivClassName
{
background-color: #DCFA1F;
}
.BgClassName
{
background-color: #DCFA1F;
}
</style>
border-color css
<style>
span { border-color: #DCFA1F; }
span { border-color: rgb(220,250,31); }
td.TdClassName
{
border-color: #DCFA1F;
}
.TagClassName
{
border-color: #DCFA1F;
}
</style>