Shades of Chartreuse Yellow #DAFE13
Tints of Chartreuse Yellow #DAFE13
RGB
CMYK
RGB Variations
Color information
#DAFE13 (or 0xDAFE13) is known color: Chartreuse Yellow. HEX triplet: DA, FE and 13. RGB value is (218,254,19). Sum of RGB (Red+Green+Blue) = 218+254+19=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 19 (7.81% from 255 or 3.87% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFE13 is #2501EC. Grayscale: #D9D9D9. Windows color (decimal): -2425325 or 1310426. OLE color: 1310426.
HSL color Cylindrical-coordinate representation of color #DAFE13: hue angle of 69.19º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAFE13 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 19 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.00 |
| HSL | 69.19º | 0.99% | 0.54% | - |
| HSV(B) | 69.19º | 0.93% | 1% | - |
| XYZ | 64.47 | 85.84 | 13.79 | - |
| YUV | 216.45 | 16.57 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 19 | 0.14 | 0 | 0.93 | 0.00 | 69.19 | 0.99 | 0.54 |
| Hex | DA | FE | 13 | E | 0 | 5D | 0 | 45 | 63 | 36 |
| Octal | 332 | 376 | 23 | 16 | 0 | 135 | 0 | 105 | 143 | 66 |
| Binary | 11011010 | 11111110 | 10011 | 1110 | 0 | 1011101 | 0 | 1000101 | 1100011 | 110110 |
Color Harmonies of #DAFE13
Complementary color
Monochromatic Colors of #DAFE13
Black with #DAFE13
Text Example
Text Example
White with #DAFE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE13; }
p { color: rgb(218,254,19); }
H1.HeaderClassName
{
color: #DAFE13;
}
.AnyTagClassName
{
color: #DAFE13;
}
</style>
background-color css
<style>
a { background-color: #DAFE13; }
a { background-color: rgb(218,254,19); }
div.DivClassName
{
background-color: #DAFE13;
}
.BgClassName
{
background-color: #DAFE13;
}
</style>
border-color css
<style>
span { border-color: #DAFE13; }
span { border-color: rgb(218,254,19); }
td.TdClassName
{
border-color: #DAFE13;
}
.TagClassName
{
border-color: #DAFE13;
}
</style>