Shades of Chartreuse Yellow #DAFA05
Tints of Chartreuse Yellow #DAFA05
RGB
CMYK
RGB Variations
Color information
#DAFA05 (or 0xDAFA05) is known color: Chartreuse Yellow. HEX triplet: DA, FA and 05. RGB value is (218,250,5). Sum of RGB (Red+Green+Blue) = 218+250+5=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 250 (98.05% from 255 or 52.85% from 473); Blue value is 5 (2.34% from 255 or 1.06% from 473); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFA05 is #2505FA. Grayscale: #D5D5D5. Windows color (decimal): -2426363 or 391898. OLE color: 391898.
HSL color Cylindrical-coordinate representation of color #DAFA05: hue angle of 67.84º degrees, saturation: 0.96, 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 #DAFA05 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 5 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.02 |
| HSL | 67.84º | 0.96% | 0.5% | - |
| HSV(B) | 67.84º | 0.98% | 0.98% | - |
| XYZ | 63.13 | 83.29 | 12.89 | - |
| YUV | 212.5 | 10.9 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 5 | 0.13 | 0 | 0.98 | 0.02 | 67.84 | 0.96 | 0.5 |
| Hex | DA | FA | 5 | D | 0 | 62 | 2 | 44 | 60 | 32 |
| Octal | 332 | 372 | 5 | 15 | 0 | 142 | 2 | 104 | 140 | 62 |
| Binary | 11011010 | 11111010 | 101 | 1101 | 0 | 1100010 | 10 | 1000100 | 1100000 | 110010 |
Color Harmonies of #DAFA05
Complementary color
Monochromatic Colors of #DAFA05
Black with #DAFA05
Text Example
Text Example
White with #DAFA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA05; }
p { color: rgb(218,250,5); }
H1.HeaderClassName
{
color: #DAFA05;
}
.AnyTagClassName
{
color: #DAFA05;
}
</style>
background-color css
<style>
a { background-color: #DAFA05; }
a { background-color: rgb(218,250,5); }
div.DivClassName
{
background-color: #DAFA05;
}
.BgClassName
{
background-color: #DAFA05;
}
</style>
border-color css
<style>
span { border-color: #DAFA05; }
span { border-color: rgb(218,250,5); }
td.TdClassName
{
border-color: #DAFA05;
}
.TagClassName
{
border-color: #DAFA05;
}
</style>