Shades of Chartreuse Yellow #DAE40A
Tints of Chartreuse Yellow #DAE40A
RGB
CMYK
RGB Variations
Color information
#DAE40A (or 0xDAE40A) is known color: Chartreuse Yellow. HEX triplet: DA, E4 and 0A. RGB value is (218,228,10). Sum of RGB (Red+Green+Blue) = 218+228+10=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 228 (89.45% from 255 or 50% from 456); Blue value is 10 (4.30% from 255 or 2.19% from 456); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE40A is #251BF5. Grayscale: #C9C9C9. Windows color (decimal): -2431990 or 713946. OLE color: 713946.
HSL color Cylindrical-coordinate representation of color #DAE40A: hue angle of 62.75º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DAE40A is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 10 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.11 |
| HSL | 62.75º | 0.92% | 0.47% | - |
| HSV(B) | 62.75º | 0.96% | 0.89% | - |
| XYZ | 56.71 | 70.41 | 10.89 | - |
| YUV | 200.16 | 20.69 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 10 | 0.04 | 0 | 0.96 | 0.11 | 62.75 | 0.92 | 0.47 |
| Hex | DA | E4 | A | 4 | 0 | 60 | B | 3F | 5C | 2F |
| Octal | 332 | 344 | 12 | 4 | 0 | 140 | 13 | 77 | 134 | 57 |
| Binary | 11011010 | 11100100 | 1010 | 100 | 0 | 1100000 | 1011 | 111111 | 1011100 | 101111 |
Color Harmonies of #DAE40A
Complementary color
Monochromatic Colors of #DAE40A
Black with #DAE40A
Text Example
Text Example
White with #DAE40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE40A; }
p { color: rgb(218,228,10); }
H1.HeaderClassName
{
color: #DAE40A;
}
.AnyTagClassName
{
color: #DAE40A;
}
</style>
background-color css
<style>
a { background-color: #DAE40A; }
a { background-color: rgb(218,228,10); }
div.DivClassName
{
background-color: #DAE40A;
}
.BgClassName
{
background-color: #DAE40A;
}
</style>
border-color css
<style>
span { border-color: #DAE40A; }
span { border-color: rgb(218,228,10); }
td.TdClassName
{
border-color: #DAE40A;
}
.TagClassName
{
border-color: #DAE40A;
}
</style>