Shades of Chartreuse Yellow #DAE201
Tints of Chartreuse Yellow #DAE201
RGB
CMYK
RGB Variations
Color information
#DAE201 (or 0xDAE201) is known color: Chartreuse Yellow. HEX triplet: DA, E2 and 01. RGB value is (218,226,1). Sum of RGB (Red+Green+Blue) = 218+226+1=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 226 (88.67% from 255 or 50.79% from 445); Blue value is 1 (0.78% from 255 or 0.22% from 445); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE201 is #251DFE. Grayscale: #C6C6C6. Windows color (decimal): -2432511 or 123610. OLE color: 123610.
HSL color Cylindrical-coordinate representation of color #DAE201: hue angle of 62.13º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAE201 is Cyan = 0.04, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 1 | - |
| CMYK | 0.04 | 0 | 1.00 | 0.11 |
| HSL | 62.13º | 0.99% | 0.45% | - |
| HSV(B) | 62.13º | 1% | 0.89% | - |
| XYZ | 56.12 | 69.3 | 10.45 | - |
| YUV | 197.96 | 16.85 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 1 | 0.04 | 0 | 1.00 | 0.11 | 62.13 | 0.99 | 0.45 |
| Hex | DA | E2 | 1 | 4 | 0 | 64 | B | 3E | 63 | 2D |
| Octal | 332 | 342 | 1 | 4 | 0 | 144 | 13 | 76 | 143 | 55 |
| Binary | 11011010 | 11100010 | 1 | 100 | 0 | 1100100 | 1011 | 111110 | 1100011 | 101101 |
Color Harmonies of #DAE201
Complementary color
Monochromatic Colors of #DAE201
Black with #DAE201
Text Example
Text Example
White with #DAE201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE201; }
p { color: rgb(218,226,1); }
H1.HeaderClassName
{
color: #DAE201;
}
.AnyTagClassName
{
color: #DAE201;
}
</style>
background-color css
<style>
a { background-color: #DAE201; }
a { background-color: rgb(218,226,1); }
div.DivClassName
{
background-color: #DAE201;
}
.BgClassName
{
background-color: #DAE201;
}
</style>
border-color css
<style>
span { border-color: #DAE201; }
span { border-color: rgb(218,226,1); }
td.TdClassName
{
border-color: #DAE201;
}
.TagClassName
{
border-color: #DAE201;
}
</style>