Shades of Chartreuse Yellow #DAFF13
Tints of Chartreuse Yellow #DAFF13
RGB
CMYK
RGB Variations
Color information
#DAFF13 (or 0xDAFF13) is known color: Chartreuse Yellow. HEX triplet: DA, FF and 13. RGB value is (218,255,19). Sum of RGB (Red+Green+Blue) = 218+255+19=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 19 (7.81% from 255 or 3.86% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFF13 is #2500EC. Grayscale: #D9D9D9. Windows color (decimal): -2425069 or 1310682. OLE color: 1310682.
HSL color Cylindrical-coordinate representation of color #DAFF13: hue angle of 69.41º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAFF13 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 19 | - |
| CMYK | 0.15 | 0 | 0.93 | 0 |
| HSL | 69.41º | 1% | 0.54% | - |
| HSV(B) | 69.41º | 0.93% | 1% | - |
| XYZ | 64.79 | 86.47 | 13.89 | - |
| YUV | 217.03 | 16.24 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 19 | 0.15 | 0 | 0.93 | 0 | 69.41 | 1 | 0.54 |
| Hex | DA | FF | 13 | F | 0 | 5D | 0 | 45 | 64 | 36 |
| Octal | 332 | 377 | 23 | 17 | 0 | 135 | 0 | 105 | 144 | 66 |
| Binary | 11011010 | 11111111 | 10011 | 1111 | 0 | 1011101 | 0 | 1000101 | 1100100 | 110110 |
Color Harmonies of #DAFF13
Complementary color
Monochromatic Colors of #DAFF13
Black with #DAFF13
Text Example
Text Example
White with #DAFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF13; }
p { color: rgb(218,255,19); }
H1.HeaderClassName
{
color: #DAFF13;
}
.AnyTagClassName
{
color: #DAFF13;
}
</style>
background-color css
<style>
a { background-color: #DAFF13; }
a { background-color: rgb(218,255,19); }
div.DivClassName
{
background-color: #DAFF13;
}
.BgClassName
{
background-color: #DAFF13;
}
</style>
border-color css
<style>
span { border-color: #DAFF13; }
span { border-color: rgb(218,255,19); }
td.TdClassName
{
border-color: #DAFF13;
}
.TagClassName
{
border-color: #DAFF13;
}
</style>