Shades of Chartreuse Yellow #DAFE10
Tints of Chartreuse Yellow #DAFE10
RGB
CMYK
RGB Variations
Color information
#DAFE10 (or 0xDAFE10) is known color: Chartreuse Yellow. HEX triplet: DA, FE and 10. RGB value is (218,254,16). Sum of RGB (Red+Green+Blue) = 218+254+16=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 16 (6.64% from 255 or 3.28% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFE10 is #2501EF. Grayscale: #D9D9D9. Windows color (decimal): -2425328 or 1113818. OLE color: 1113818.
HSL color Cylindrical-coordinate representation of color #DAFE10: hue angle of 69.08º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAFE10 is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 16 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.00 |
| HSL | 69.08º | 0.99% | 0.53% | - |
| HSV(B) | 69.08º | 0.94% | 1% | - |
| XYZ | 64.45 | 85.83 | 13.66 | - |
| YUV | 216.1 | 15.07 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 16 | 0.14 | 0 | 0.94 | 0.00 | 69.08 | 0.99 | 0.53 |
| Hex | DA | FE | 10 | E | 0 | 5E | 0 | 45 | 63 | 35 |
| Octal | 332 | 376 | 20 | 16 | 0 | 136 | 0 | 105 | 143 | 65 |
| Binary | 11011010 | 11111110 | 10000 | 1110 | 0 | 1011110 | 0 | 1000101 | 1100011 | 110101 |
Color Harmonies of #DAFE10
Complementary color
Monochromatic Colors of #DAFE10
Black with #DAFE10
Text Example
Text Example
White with #DAFE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE10; }
p { color: rgb(218,254,16); }
H1.HeaderClassName
{
color: #DAFE10;
}
.AnyTagClassName
{
color: #DAFE10;
}
</style>
background-color css
<style>
a { background-color: #DAFE10; }
a { background-color: rgb(218,254,16); }
div.DivClassName
{
background-color: #DAFE10;
}
.BgClassName
{
background-color: #DAFE10;
}
</style>
border-color css
<style>
span { border-color: #DAFE10; }
span { border-color: rgb(218,254,16); }
td.TdClassName
{
border-color: #DAFE10;
}
.TagClassName
{
border-color: #DAFE10;
}
</style>