Shades of Chartreuse Yellow #DAE70D
Tints of Chartreuse Yellow #DAE70D
RGB
CMYK
RGB Variations
Color information
#DAE70D (or 0xDAE70D) is known color: Chartreuse Yellow. HEX triplet: DA, E7 and 0D. RGB value is (218,231,13). Sum of RGB (Red+Green+Blue) = 218+231+13=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 231 (90.62% from 255 or 50% from 462); Blue value is 13 (5.47% from 255 or 2.81% from 462); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE70D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAE70D is #2518F2. Grayscale: #CBCBCB. Windows color (decimal): -2431219 or 911322. OLE color: 911322.
HSL color Cylindrical-coordinate representation of color #DAE70D: hue angle of 63.58º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAE70D is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 13 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.09 |
| HSL | 63.58º | 0.89% | 0.48% | - |
| HSV(B) | 63.58º | 0.94% | 0.91% | - |
| XYZ | 57.56 | 72.09 | 11.26 | - |
| YUV | 202.26 | 21.19 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 13 | 0.06 | 0 | 0.94 | 0.09 | 63.58 | 0.89 | 0.48 |
| Hex | DA | E7 | D | 6 | 0 | 5E | 9 | 40 | 59 | 30 |
| Octal | 332 | 347 | 15 | 6 | 0 | 136 | 11 | 100 | 131 | 60 |
| Binary | 11011010 | 11100111 | 1101 | 110 | 0 | 1011110 | 1001 | 1000000 | 1011001 | 110000 |
Color Harmonies of #DAE70D
Complementary color
Monochromatic Colors of #DAE70D
Black with #DAE70D
Text Example
Text Example
White with #DAE70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE70D; }
p { color: rgb(218,231,13); }
H1.HeaderClassName
{
color: #DAE70D;
}
.AnyTagClassName
{
color: #DAE70D;
}
</style>
background-color css
<style>
a { background-color: #DAE70D; }
a { background-color: rgb(218,231,13); }
div.DivClassName
{
background-color: #DAE70D;
}
.BgClassName
{
background-color: #DAE70D;
}
</style>
border-color css
<style>
span { border-color: #DAE70D; }
span { border-color: rgb(218,231,13); }
td.TdClassName
{
border-color: #DAE70D;
}
.TagClassName
{
border-color: #DAE70D;
}
</style>