Shades of Chartreuse Yellow #DAE101
Tints of Chartreuse Yellow #DAE101
RGB
CMYK
RGB Variations
Color information
#DAE101 (or 0xDAE101) is known color: Chartreuse Yellow. HEX triplet: DA, E1 and 01. RGB value is (218,225,1). Sum of RGB (Red+Green+Blue) = 218+225+1=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 225 (88.28% from 255 or 50.68% from 444); Blue value is 1 (0.78% from 255 or 0.23% from 444); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE101 is #251EFE. Grayscale: #C6C6C6. Windows color (decimal): -2432767 or 123354. OLE color: 123354.
HSL color Cylindrical-coordinate representation of color #DAE101: hue angle of 61.88º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAE101 is Cyan = 0.03, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 1 | - |
| CMYK | 0.03 | 0 | 1.00 | 0.12 |
| HSL | 61.88º | 0.99% | 0.44% | - |
| HSV(B) | 61.88º | 1% | 0.88% | - |
| XYZ | 55.84 | 68.76 | 10.36 | - |
| YUV | 197.37 | 17.18 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 1 | 0.03 | 0 | 1.00 | 0.12 | 61.88 | 0.99 | 0.44 |
| Hex | DA | E1 | 1 | 3 | 0 | 64 | C | 3E | 63 | 2C |
| Octal | 332 | 341 | 1 | 3 | 0 | 144 | 14 | 76 | 143 | 54 |
| Binary | 11011010 | 11100001 | 1 | 11 | 0 | 1100100 | 1100 | 111110 | 1100011 | 101100 |
Color Harmonies of #DAE101
Complementary color
Monochromatic Colors of #DAE101
Black with #DAE101
Text Example
Text Example
White with #DAE101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE101; }
p { color: rgb(218,225,1); }
H1.HeaderClassName
{
color: #DAE101;
}
.AnyTagClassName
{
color: #DAE101;
}
</style>
background-color css
<style>
a { background-color: #DAE101; }
a { background-color: rgb(218,225,1); }
div.DivClassName
{
background-color: #DAE101;
}
.BgClassName
{
background-color: #DAE101;
}
</style>
border-color css
<style>
span { border-color: #DAE101; }
span { border-color: rgb(218,225,1); }
td.TdClassName
{
border-color: #DAE101;
}
.TagClassName
{
border-color: #DAE101;
}
</style>