Shades of Chartreuse Yellow #DAF013
Tints of Chartreuse Yellow #DAF013
RGB
CMYK
RGB Variations
Color information
#DAF013 (or 0xDAF013) is known color: Chartreuse Yellow. HEX triplet: DA, F0 and 13. RGB value is (218,240,19). Sum of RGB (Red+Green+Blue) = 218+240+19=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 240 (94.14% from 255 or 50.31% from 477); Blue value is 19 (7.81% from 255 or 3.98% from 477); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF013 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF013 is #250FEC. Grayscale: #D1D1D1. Windows color (decimal): -2428909 or 1306842. OLE color: 1306842.
HSL color Cylindrical-coordinate representation of color #DAF013: hue angle of 65.97º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAF013 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 19 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.06 |
| HSL | 65.97º | 0.88% | 0.51% | - |
| HSV(B) | 65.97º | 0.92% | 0.94% | - |
| XYZ | 60.19 | 77.27 | 12.36 | - |
| YUV | 208.23 | 21.21 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 19 | 0.09 | 0 | 0.92 | 0.06 | 65.97 | 0.88 | 0.51 |
| Hex | DA | F0 | 13 | 9 | 0 | 5C | 6 | 42 | 58 | 33 |
| Octal | 332 | 360 | 23 | 11 | 0 | 134 | 6 | 102 | 130 | 63 |
| Binary | 11011010 | 11110000 | 10011 | 1001 | 0 | 1011100 | 110 | 1000010 | 1011000 | 110011 |
Color Harmonies of #DAF013
Complementary color
Monochromatic Colors of #DAF013
Black with #DAF013
Text Example
Text Example
White with #DAF013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF013; }
p { color: rgb(218,240,19); }
H1.HeaderClassName
{
color: #DAF013;
}
.AnyTagClassName
{
color: #DAF013;
}
</style>
background-color css
<style>
a { background-color: #DAF013; }
a { background-color: rgb(218,240,19); }
div.DivClassName
{
background-color: #DAF013;
}
.BgClassName
{
background-color: #DAF013;
}
</style>
border-color css
<style>
span { border-color: #DAF013; }
span { border-color: rgb(218,240,19); }
td.TdClassName
{
border-color: #DAF013;
}
.TagClassName
{
border-color: #DAF013;
}
</style>