Shades of Chartreuse Yellow #DAE501
Tints of Chartreuse Yellow #DAE501
RGB
CMYK
RGB Variations
Color information
#DAE501 (or 0xDAE501) is known color: Chartreuse Yellow. HEX triplet: DA, E5 and 01. RGB value is (218,229,1). Sum of RGB (Red+Green+Blue) = 218+229+1=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 229 (89.84% from 255 or 51.12% from 448); Blue value is 1 (0.78% from 255 or 0.22% from 448); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE501 is #251AFE. Grayscale: #C8C8C8. Windows color (decimal): -2431743 or 124378. OLE color: 124378.
HSL color Cylindrical-coordinate representation of color #DAE501: hue angle of 62.89º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAE501 is Cyan = 0.05, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 1 | - |
| CMYK | 0.05 | 0 | 1.00 | 0.10 |
| HSL | 62.89º | 0.99% | 0.45% | - |
| HSV(B) | 62.89º | 1% | 0.9% | - |
| XYZ | 56.94 | 70.95 | 10.72 | - |
| YUV | 199.72 | 15.86 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 1 | 0.05 | 0 | 1.00 | 0.10 | 62.89 | 0.99 | 0.45 |
| Hex | DA | E5 | 1 | 5 | 0 | 64 | A | 3F | 63 | 2D |
| Octal | 332 | 345 | 1 | 5 | 0 | 144 | 12 | 77 | 143 | 55 |
| Binary | 11011010 | 11100101 | 1 | 101 | 0 | 1100100 | 1010 | 111111 | 1100011 | 101101 |
Color Harmonies of #DAE501
Complementary color
Monochromatic Colors of #DAE501
Black with #DAE501
Text Example
Text Example
White with #DAE501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE501; }
p { color: rgb(218,229,1); }
H1.HeaderClassName
{
color: #DAE501;
}
.AnyTagClassName
{
color: #DAE501;
}
</style>
background-color css
<style>
a { background-color: #DAE501; }
a { background-color: rgb(218,229,1); }
div.DivClassName
{
background-color: #DAE501;
}
.BgClassName
{
background-color: #DAE501;
}
</style>
border-color css
<style>
span { border-color: #DAE501; }
span { border-color: rgb(218,229,1); }
td.TdClassName
{
border-color: #DAE501;
}
.TagClassName
{
border-color: #DAE501;
}
</style>