Shades of Chartreuse Yellow #DAF113
Tints of Chartreuse Yellow #DAF113
RGB
CMYK
RGB Variations
Color information
#DAF113 (or 0xDAF113) is known color: Chartreuse Yellow. HEX triplet: DA, F1 and 13. RGB value is (218,241,19). Sum of RGB (Red+Green+Blue) = 218+241+19=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 19 (7.81% from 255 or 3.97% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF113 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF113 is #250EEC. Grayscale: #D1D1D1. Windows color (decimal): -2428653 or 1307098. OLE color: 1307098.
HSL color Cylindrical-coordinate representation of color #DAF113: hue angle of 66.22º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAF113 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 19 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.05 |
| HSL | 66.22º | 0.89% | 0.51% | - |
| HSV(B) | 66.22º | 0.92% | 0.95% | - |
| XYZ | 60.49 | 77.86 | 12.46 | - |
| YUV | 208.82 | 20.88 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 19 | 0.10 | 0 | 0.92 | 0.05 | 66.22 | 0.89 | 0.51 |
| Hex | DA | F1 | 13 | A | 0 | 5C | 5 | 42 | 59 | 33 |
| Octal | 332 | 361 | 23 | 12 | 0 | 134 | 5 | 102 | 131 | 63 |
| Binary | 11011010 | 11110001 | 10011 | 1010 | 0 | 1011100 | 101 | 1000010 | 1011001 | 110011 |
Color Harmonies of #DAF113
Complementary color
Monochromatic Colors of #DAF113
Black with #DAF113
Text Example
Text Example
White with #DAF113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF113; }
p { color: rgb(218,241,19); }
H1.HeaderClassName
{
color: #DAF113;
}
.AnyTagClassName
{
color: #DAF113;
}
</style>
background-color css
<style>
a { background-color: #DAF113; }
a { background-color: rgb(218,241,19); }
div.DivClassName
{
background-color: #DAF113;
}
.BgClassName
{
background-color: #DAF113;
}
</style>
border-color css
<style>
span { border-color: #DAF113; }
span { border-color: rgb(218,241,19); }
td.TdClassName
{
border-color: #DAF113;
}
.TagClassName
{
border-color: #DAF113;
}
</style>