Shades of Chartreuse Yellow #DAFA04
Tints of Chartreuse Yellow #DAFA04
RGB
CMYK
RGB Variations
Color information
#DAFA04 (or 0xDAFA04) is known color: Chartreuse Yellow. HEX triplet: DA, FA and 04. RGB value is (218,250,4). Sum of RGB (Red+Green+Blue) = 218+250+4=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 250 (98.05% from 255 or 52.97% from 472); Blue value is 4 (1.95% from 255 or 0.85% from 472); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFA04 is #2505FB. Grayscale: #D5D5D5. Windows color (decimal): -2426364 or 326362. OLE color: 326362.
HSL color Cylindrical-coordinate representation of color #DAFA04: hue angle of 67.8º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DAFA04 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 4 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.02 |
| HSL | 67.8º | 0.97% | 0.5% | - |
| HSV(B) | 67.8º | 0.98% | 0.98% | - |
| XYZ | 63.12 | 83.29 | 12.86 | - |
| YUV | 212.39 | 10.4 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 4 | 0.13 | 0 | 0.98 | 0.02 | 67.8 | 0.97 | 0.5 |
| Hex | DA | FA | 4 | D | 0 | 62 | 2 | 44 | 61 | 32 |
| Octal | 332 | 372 | 4 | 15 | 0 | 142 | 2 | 104 | 141 | 62 |
| Binary | 11011010 | 11111010 | 100 | 1101 | 0 | 1100010 | 10 | 1000100 | 1100001 | 110010 |
Color Harmonies of #DAFA04
Complementary color
Monochromatic Colors of #DAFA04
Black with #DAFA04
Text Example
Text Example
White with #DAFA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA04; }
p { color: rgb(218,250,4); }
H1.HeaderClassName
{
color: #DAFA04;
}
.AnyTagClassName
{
color: #DAFA04;
}
</style>
background-color css
<style>
a { background-color: #DAFA04; }
a { background-color: rgb(218,250,4); }
div.DivClassName
{
background-color: #DAFA04;
}
.BgClassName
{
background-color: #DAFA04;
}
</style>
border-color css
<style>
span { border-color: #DAFA04; }
span { border-color: rgb(218,250,4); }
td.TdClassName
{
border-color: #DAFA04;
}
.TagClassName
{
border-color: #DAFA04;
}
</style>