Shades of Chartreuse Yellow #DAFA01
Tints of Chartreuse Yellow #DAFA01
RGB
CMYK
RGB Variations
Color information
#DAFA01 (or 0xDAFA01) is known color: Chartreuse Yellow. HEX triplet: DA, FA and 01. RGB value is (218,250,1). Sum of RGB (Red+Green+Blue) = 218+250+1=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 250 (98.05% from 255 or 53.30% from 469); Blue value is 1 (0.78% from 255 or 0.21% from 469); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFA01 is #2505FE. Grayscale: #D5D5D5. Windows color (decimal): -2426367 or 129754. OLE color: 129754.
HSL color Cylindrical-coordinate representation of color #DAFA01: hue angle of 67.71º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAFA01 is Cyan = 0.13, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 1 | - |
| CMYK | 0.13 | 0 | 1.00 | 0.02 |
| HSL | 67.71º | 0.99% | 0.49% | - |
| HSV(B) | 67.71º | 1% | 0.98% | - |
| XYZ | 63.1 | 83.28 | 12.78 | - |
| YUV | 212.05 | 8.9 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 1 | 0.13 | 0 | 1.00 | 0.02 | 67.71 | 0.99 | 0.49 |
| Hex | DA | FA | 1 | D | 0 | 64 | 2 | 44 | 63 | 31 |
| Octal | 332 | 372 | 1 | 15 | 0 | 144 | 2 | 104 | 143 | 61 |
| Binary | 11011010 | 11111010 | 1 | 1101 | 0 | 1100100 | 10 | 1000100 | 1100011 | 110001 |
Color Harmonies of #DAFA01
Complementary color
Monochromatic Colors of #DAFA01
Black with #DAFA01
Text Example
Text Example
White with #DAFA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA01; }
p { color: rgb(218,250,1); }
H1.HeaderClassName
{
color: #DAFA01;
}
.AnyTagClassName
{
color: #DAFA01;
}
</style>
background-color css
<style>
a { background-color: #DAFA01; }
a { background-color: rgb(218,250,1); }
div.DivClassName
{
background-color: #DAFA01;
}
.BgClassName
{
background-color: #DAFA01;
}
</style>
border-color css
<style>
span { border-color: #DAFA01; }
span { border-color: rgb(218,250,1); }
td.TdClassName
{
border-color: #DAFA01;
}
.TagClassName
{
border-color: #DAFA01;
}
</style>