Shades of Chartreuse Yellow #DAE502
Tints of Chartreuse Yellow #DAE502
RGB
CMYK
RGB Variations
Color information
#DAE502 (or 0xDAE502) is known color: Chartreuse Yellow. HEX triplet: DA, E5 and 02. RGB value is (218,229,2). Sum of RGB (Red+Green+Blue) = 218+229+2=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 229 (89.84% from 255 or 51.00% from 449); Blue value is 2 (1.17% from 255 or 0.45% from 449); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE502 is #251AFD. Grayscale: #C8C8C8. Windows color (decimal): -2431742 or 189914. OLE color: 189914.
HSL color Cylindrical-coordinate representation of color #DAE502: hue angle of 62.91º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DAE502 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 2 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.10 |
| HSL | 62.91º | 0.98% | 0.45% | - |
| HSV(B) | 62.91º | 0.99% | 0.9% | - |
| XYZ | 56.94 | 70.95 | 10.75 | - |
| YUV | 199.83 | 16.36 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 2 | 0.05 | 0 | 0.99 | 0.10 | 62.91 | 0.98 | 0.45 |
| Hex | DA | E5 | 2 | 5 | 0 | 63 | A | 3F | 62 | 2D |
| Octal | 332 | 345 | 2 | 5 | 0 | 143 | 12 | 77 | 142 | 55 |
| Binary | 11011010 | 11100101 | 10 | 101 | 0 | 1100011 | 1010 | 111111 | 1100010 | 101101 |
Color Harmonies of #DAE502
Complementary color
Monochromatic Colors of #DAE502
Black with #DAE502
Text Example
Text Example
White with #DAE502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE502; }
p { color: rgb(218,229,2); }
H1.HeaderClassName
{
color: #DAE502;
}
.AnyTagClassName
{
color: #DAE502;
}
</style>
background-color css
<style>
a { background-color: #DAE502; }
a { background-color: rgb(218,229,2); }
div.DivClassName
{
background-color: #DAE502;
}
.BgClassName
{
background-color: #DAE502;
}
</style>
border-color css
<style>
span { border-color: #DAE502; }
span { border-color: rgb(218,229,2); }
td.TdClassName
{
border-color: #DAE502;
}
.TagClassName
{
border-color: #DAE502;
}
</style>