Shades of Chartreuse Yellow #DAE512
Tints of Chartreuse Yellow #DAE512
RGB
CMYK
RGB Variations
Color information
#DAE512 (or 0xDAE512) is known color: Chartreuse Yellow. HEX triplet: DA, E5 and 12. RGB value is (218,229,18). Sum of RGB (Red+Green+Blue) = 218+229+18=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 229 (89.84% from 255 or 49.25% from 465); Blue value is 18 (7.42% from 255 or 3.87% from 465); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE512 is #251AED. Grayscale: #CACACA. Windows color (decimal): -2431726 or 1238490. OLE color: 1238490.
HSL color Cylindrical-coordinate representation of color #DAE512: hue angle of 63.13º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAE512 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 18 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.10 |
| HSL | 63.13º | 0.85% | 0.48% | - |
| HSV(B) | 63.13º | 0.92% | 0.9% | - |
| XYZ | 57.04 | 70.99 | 11.27 | - |
| YUV | 201.66 | 24.36 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 18 | 0.05 | 0 | 0.92 | 0.10 | 63.13 | 0.85 | 0.48 |
| Hex | DA | E5 | 12 | 5 | 0 | 5C | A | 3F | 55 | 30 |
| Octal | 332 | 345 | 22 | 5 | 0 | 134 | 12 | 77 | 125 | 60 |
| Binary | 11011010 | 11100101 | 10010 | 101 | 0 | 1011100 | 1010 | 111111 | 1010101 | 110000 |
Color Harmonies of #DAE512
Complementary color
Monochromatic Colors of #DAE512
Black with #DAE512
Text Example
Text Example
White with #DAE512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE512; }
p { color: rgb(218,229,18); }
H1.HeaderClassName
{
color: #DAE512;
}
.AnyTagClassName
{
color: #DAE512;
}
</style>
background-color css
<style>
a { background-color: #DAE512; }
a { background-color: rgb(218,229,18); }
div.DivClassName
{
background-color: #DAE512;
}
.BgClassName
{
background-color: #DAE512;
}
</style>
border-color css
<style>
span { border-color: #DAE512; }
span { border-color: rgb(218,229,18); }
td.TdClassName
{
border-color: #DAE512;
}
.TagClassName
{
border-color: #DAE512;
}
</style>