Shades of Chartreuse Yellow #DCFA1C
Tints of Chartreuse Yellow #DCFA1C
RGB
CMYK
RGB Variations
Color information
#DCFA1C (or 0xDCFA1C) is known color: Chartreuse Yellow. HEX triplet: DC, FA and 1C. RGB value is (220,250,28). Sum of RGB (Red+Green+Blue) = 220+250+28=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 28 (11.33% from 255 or 5.62% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFA1C is #2305E3. Grayscale: #D8D8D8. Windows color (decimal): -2295268 or 1899228. OLE color: 1899228.
HSL color Cylindrical-coordinate representation of color #DCFA1C: hue angle of 68.11º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCFA1C is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 28 | - |
| CMYK | 0.12 | 0 | 0.89 | 0.02 |
| HSL | 68.11º | 0.96% | 0.55% | - |
| HSV(B) | 68.11º | 0.89% | 0.98% | - |
| XYZ | 63.91 | 83.67 | 13.88 | - |
| YUV | 215.72 | 22.06 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 28 | 0.12 | 0 | 0.89 | 0.02 | 68.11 | 0.96 | 0.55 |
| Hex | DC | FA | 1C | C | 0 | 59 | 2 | 44 | 60 | 37 |
| Octal | 334 | 372 | 34 | 14 | 0 | 131 | 2 | 104 | 140 | 67 |
| Binary | 11011100 | 11111010 | 11100 | 1100 | 0 | 1011001 | 10 | 1000100 | 1100000 | 110111 |
Color Harmonies of #DCFA1C
Complementary color
Monochromatic Colors of #DCFA1C
Black with #DCFA1C
Text Example
Text Example
White with #DCFA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFA1C; }
p { color: rgb(220,250,28); }
H1.HeaderClassName
{
color: #DCFA1C;
}
.AnyTagClassName
{
color: #DCFA1C;
}
</style>
background-color css
<style>
a { background-color: #DCFA1C; }
a { background-color: rgb(220,250,28); }
div.DivClassName
{
background-color: #DCFA1C;
}
.BgClassName
{
background-color: #DCFA1C;
}
</style>
border-color css
<style>
span { border-color: #DCFA1C; }
span { border-color: rgb(220,250,28); }
td.TdClassName
{
border-color: #DCFA1C;
}
.TagClassName
{
border-color: #DCFA1C;
}
</style>