Shades of Chartreuse Yellow #DAFE00
Tints of Chartreuse Yellow #DAFE00
RGB
CMYK
RGB Variations
Color information
#DAFE00 (or 0xDAFE00) is known color: Chartreuse Yellow. HEX triplet: DA, FE and 00. RGB value is (218,254,0). Sum of RGB (Red+Green+Blue) = 218+254+0=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 254 (99.61% from 255 or 53.81% from 472); Blue value is 0 (0.39% from 255 or 0% from 472); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFE00 is #2501FF. Grayscale: #D7D7D7. Windows color (decimal): -2425344 or 65242. OLE color: 65242.
HSL color Cylindrical-coordinate representation of color #DAFE00: hue angle of 68.5º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAFE00 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.00 |
| HSL | 68.5º | 1% | 0.5% | - |
| HSV(B) | 68.5º | 1% | 1% | - |
| XYZ | 64.36 | 85.79 | 13.17 | - |
| YUV | 214.28 | 7.07 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 0 | 0.14 | 0 | 1 | 0.00 | 68.5 | 1 | 0.5 |
| Hex | DA | FE | 0 | E | 0 | 64 | 0 | 45 | 64 | 32 |
| Octal | 332 | 376 | 0 | 16 | 0 | 144 | 0 | 105 | 144 | 62 |
| Binary | 11011010 | 11111110 | 0 | 1110 | 0 | 1100100 | 0 | 1000101 | 1100100 | 110010 |
Color Harmonies of #DAFE00
Complementary color
Monochromatic Colors of #DAFE00
Black with #DAFE00
Text Example
Text Example
White with #DAFE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE00; }
p { color: rgb(218,254,0); }
H1.HeaderClassName
{
color: #DAFE00;
}
.AnyTagClassName
{
color: #DAFE00;
}
</style>
background-color css
<style>
a { background-color: #DAFE00; }
a { background-color: rgb(218,254,0); }
div.DivClassName
{
background-color: #DAFE00;
}
.BgClassName
{
background-color: #DAFE00;
}
</style>
border-color css
<style>
span { border-color: #DAFE00; }
span { border-color: rgb(218,254,0); }
td.TdClassName
{
border-color: #DAFE00;
}
.TagClassName
{
border-color: #DAFE00;
}
</style>