Shades of Chartreuse Yellow #DAE713
Tints of Chartreuse Yellow #DAE713
RGB
CMYK
RGB Variations
Color information
#DAE713 (or 0xDAE713) is known color: Chartreuse Yellow. HEX triplet: DA, E7 and 13. RGB value is (218,231,19). Sum of RGB (Red+Green+Blue) = 218+231+19=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 231 (90.62% from 255 or 49.36% from 468); Blue value is 19 (7.81% from 255 or 4.06% from 468); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE713 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAE713 is #2518EC. Grayscale: #CBCBCB. Windows color (decimal): -2431213 or 1304538. OLE color: 1304538.
HSL color Cylindrical-coordinate representation of color #DAE713: hue angle of 63.68º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAE713 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 19 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.09 |
| HSL | 63.68º | 0.85% | 0.49% | - |
| HSV(B) | 63.68º | 0.92% | 0.91% | - |
| XYZ | 57.61 | 72.1 | 11.5 | - |
| YUV | 202.95 | 24.19 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 19 | 0.06 | 0 | 0.92 | 0.09 | 63.68 | 0.85 | 0.49 |
| Hex | DA | E7 | 13 | 6 | 0 | 5C | 9 | 40 | 55 | 31 |
| Octal | 332 | 347 | 23 | 6 | 0 | 134 | 11 | 100 | 125 | 61 |
| Binary | 11011010 | 11100111 | 10011 | 110 | 0 | 1011100 | 1001 | 1000000 | 1010101 | 110001 |
Color Harmonies of #DAE713
Complementary color
Monochromatic Colors of #DAE713
Black with #DAE713
Text Example
Text Example
White with #DAE713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE713; }
p { color: rgb(218,231,19); }
H1.HeaderClassName
{
color: #DAE713;
}
.AnyTagClassName
{
color: #DAE713;
}
</style>
background-color css
<style>
a { background-color: #DAE713; }
a { background-color: rgb(218,231,19); }
div.DivClassName
{
background-color: #DAE713;
}
.BgClassName
{
background-color: #DAE713;
}
</style>
border-color css
<style>
span { border-color: #DAE713; }
span { border-color: rgb(218,231,19); }
td.TdClassName
{
border-color: #DAE713;
}
.TagClassName
{
border-color: #DAE713;
}
</style>