Shades of Chartreuse Yellow #DAFD00
Tints of Chartreuse Yellow #DAFD00
RGB
CMYK
RGB Variations
Color information
#DAFD00 (or 0xDAFD00) is known color: Chartreuse Yellow. HEX triplet: DA, FD and 00. RGB value is (218,253,0). Sum of RGB (Red+Green+Blue) = 218+253+0=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 253 (99.22% from 255 or 53.72% from 471); Blue value is 0 (0.39% from 255 or 0% from 471); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFD00 is #2502FF. Grayscale: #D6D6D6. Windows color (decimal): -2425600 or 64986. OLE color: 64986.
HSL color Cylindrical-coordinate representation of color #DAFD00: hue angle of 68.3º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAFD00 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 253 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.01 |
| HSL | 68.3º | 1% | 0.5% | - |
| HSV(B) | 68.3º | 1% | 0.99% | - |
| XYZ | 64.04 | 85.16 | 13.06 | - |
| YUV | 213.69 | 7.4 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 253 | 0 | 0.14 | 0 | 1 | 0.01 | 68.3 | 1 | 0.5 |
| Hex | DA | FD | 0 | E | 0 | 64 | 1 | 44 | 64 | 32 |
| Octal | 332 | 375 | 0 | 16 | 0 | 144 | 1 | 104 | 144 | 62 |
| Binary | 11011010 | 11111101 | 0 | 1110 | 0 | 1100100 | 1 | 1000100 | 1100100 | 110010 |
Color Harmonies of #DAFD00
Complementary color
Monochromatic Colors of #DAFD00
Black with #DAFD00
Text Example
Text Example
White with #DAFD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFD00; }
p { color: rgb(218,253,0); }
H1.HeaderClassName
{
color: #DAFD00;
}
.AnyTagClassName
{
color: #DAFD00;
}
</style>
background-color css
<style>
a { background-color: #DAFD00; }
a { background-color: rgb(218,253,0); }
div.DivClassName
{
background-color: #DAFD00;
}
.BgClassName
{
background-color: #DAFD00;
}
</style>
border-color css
<style>
span { border-color: #DAFD00; }
span { border-color: rgb(218,253,0); }
td.TdClassName
{
border-color: #DAFD00;
}
.TagClassName
{
border-color: #DAFD00;
}
</style>