Shades of Chartreuse Yellow #DAE510
Tints of Chartreuse Yellow #DAE510
RGB
CMYK
RGB Variations
Color information
#DAE510 (or 0xDAE510) is known color: Chartreuse Yellow. HEX triplet: DA, E5 and 10. RGB value is (218,229,16). Sum of RGB (Red+Green+Blue) = 218+229+16=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 16 (6.64% from 255 or 3.46% from 463); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE510 is #251AEF. Grayscale: #CACACA. Windows color (decimal): -2431728 or 1107418. OLE color: 1107418.
HSL color Cylindrical-coordinate representation of color #DAE510: hue angle of 63.1º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAE510 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 16 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.10 |
| HSL | 63.1º | 0.87% | 0.48% | - |
| HSV(B) | 63.1º | 0.93% | 0.9% | - |
| XYZ | 57.03 | 70.98 | 11.19 | - |
| YUV | 201.43 | 23.36 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 16 | 0.05 | 0 | 0.93 | 0.10 | 63.1 | 0.87 | 0.48 |
| Hex | DA | E5 | 10 | 5 | 0 | 5D | A | 3F | 57 | 30 |
| Octal | 332 | 345 | 20 | 5 | 0 | 135 | 12 | 77 | 127 | 60 |
| Binary | 11011010 | 11100101 | 10000 | 101 | 0 | 1011101 | 1010 | 111111 | 1010111 | 110000 |
Color Harmonies of #DAE510
Complementary color
Monochromatic Colors of #DAE510
Black with #DAE510
Text Example
Text Example
White with #DAE510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE510; }
p { color: rgb(218,229,16); }
H1.HeaderClassName
{
color: #DAE510;
}
.AnyTagClassName
{
color: #DAE510;
}
</style>
background-color css
<style>
a { background-color: #DAE510; }
a { background-color: rgb(218,229,16); }
div.DivClassName
{
background-color: #DAE510;
}
.BgClassName
{
background-color: #DAE510;
}
</style>
border-color css
<style>
span { border-color: #DAE510; }
span { border-color: rgb(218,229,16); }
td.TdClassName
{
border-color: #DAE510;
}
.TagClassName
{
border-color: #DAE510;
}
</style>