Shades of Chartreuse Yellow #DAE00A
Tints of Chartreuse Yellow #DAE00A
RGB
CMYK
RGB Variations
Color information
#DAE00A (or 0xDAE00A) is known color: Chartreuse Yellow. HEX triplet: DA, E0 and 0A. RGB value is (218,224,10). Sum of RGB (Red+Green+Blue) = 218+224+10=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 224 (87.89% from 255 or 49.56% from 452); Blue value is 10 (4.30% from 255 or 2.21% from 452); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE00A is #251FF5. Grayscale: #C6C6C6. Windows color (decimal): -2433014 or 712922. OLE color: 712922.
HSL color Cylindrical-coordinate representation of color #DAE00A: hue angle of 61.68º 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 #DAE00A is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 10 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.12 |
| HSL | 61.68º | 0.91% | 0.46% | - |
| HSV(B) | 61.68º | 0.96% | 0.88% | - |
| XYZ | 55.62 | 68.24 | 10.53 | - |
| YUV | 197.81 | 22.01 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 10 | 0.03 | 0 | 0.96 | 0.12 | 61.68 | 0.91 | 0.46 |
| Hex | DA | E0 | A | 3 | 0 | 60 | C | 3E | 5B | 2E |
| Octal | 332 | 340 | 12 | 3 | 0 | 140 | 14 | 76 | 133 | 56 |
| Binary | 11011010 | 11100000 | 1010 | 11 | 0 | 1100000 | 1100 | 111110 | 1011011 | 101110 |
Color Harmonies of #DAE00A
Complementary color
Monochromatic Colors of #DAE00A
Black with #DAE00A
Text Example
Text Example
White with #DAE00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE00A; }
p { color: rgb(218,224,10); }
H1.HeaderClassName
{
color: #DAE00A;
}
.AnyTagClassName
{
color: #DAE00A;
}
</style>
background-color css
<style>
a { background-color: #DAE00A; }
a { background-color: rgb(218,224,10); }
div.DivClassName
{
background-color: #DAE00A;
}
.BgClassName
{
background-color: #DAE00A;
}
</style>
border-color css
<style>
span { border-color: #DAE00A; }
span { border-color: rgb(218,224,10); }
td.TdClassName
{
border-color: #DAE00A;
}
.TagClassName
{
border-color: #DAE00A;
}
</style>