Shades of Chartreuse Yellow #DAE10A
Tints of Chartreuse Yellow #DAE10A
RGB
CMYK
RGB Variations
Color information
#DAE10A (or 0xDAE10A) is known color: Chartreuse Yellow. HEX triplet: DA, E1 and 0A. RGB value is (218,225,10). Sum of RGB (Red+Green+Blue) = 218+225+10=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 10 (4.30% from 255 or 2.21% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE10A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE10A is #251EF5. Grayscale: #C7C7C7. Windows color (decimal): -2432758 or 713178. OLE color: 713178.
HSL color Cylindrical-coordinate representation of color #DAE10A: hue angle of 61.95º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DAE10A is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 10 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.12 |
| HSL | 61.95º | 0.91% | 0.46% | - |
| HSV(B) | 61.95º | 0.96% | 0.88% | - |
| XYZ | 55.89 | 68.78 | 10.62 | - |
| YUV | 198.4 | 21.68 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 10 | 0.03 | 0 | 0.96 | 0.12 | 61.95 | 0.91 | 0.46 |
| Hex | DA | E1 | A | 3 | 0 | 60 | C | 3E | 5B | 2E |
| Octal | 332 | 341 | 12 | 3 | 0 | 140 | 14 | 76 | 133 | 56 |
| Binary | 11011010 | 11100001 | 1010 | 11 | 0 | 1100000 | 1100 | 111110 | 1011011 | 101110 |
Color Harmonies of #DAE10A
Complementary color
Monochromatic Colors of #DAE10A
Black with #DAE10A
Text Example
Text Example
White with #DAE10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE10A; }
p { color: rgb(218,225,10); }
H1.HeaderClassName
{
color: #DAE10A;
}
.AnyTagClassName
{
color: #DAE10A;
}
</style>
background-color css
<style>
a { background-color: #DAE10A; }
a { background-color: rgb(218,225,10); }
div.DivClassName
{
background-color: #DAE10A;
}
.BgClassName
{
background-color: #DAE10A;
}
</style>
border-color css
<style>
span { border-color: #DAE10A; }
span { border-color: rgb(218,225,10); }
td.TdClassName
{
border-color: #DAE10A;
}
.TagClassName
{
border-color: #DAE10A;
}
</style>