Shades of Chartreuse Yellow #DAF015
Tints of Chartreuse Yellow #DAF015
RGB
CMYK
RGB Variations
Color information
#DAF015 (or 0xDAF015) is known color: Chartreuse Yellow. HEX triplet: DA, F0 and 15. RGB value is (218,240,21). Sum of RGB (Red+Green+Blue) = 218+240+21=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 21 (8.59% from 255 or 4.38% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF015 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF015 is #250FEA. Grayscale: #D1D1D1. Windows color (decimal): -2428907 or 1437914. OLE color: 1437914.
HSL color Cylindrical-coordinate representation of color #DAF015: hue angle of 66.03º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DAF015 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 21 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.06 |
| HSL | 66.03º | 0.88% | 0.51% | - |
| HSV(B) | 66.03º | 0.91% | 0.94% | - |
| XYZ | 60.21 | 77.28 | 12.45 | - |
| YUV | 208.46 | 22.21 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 21 | 0.09 | 0 | 0.91 | 0.06 | 66.03 | 0.88 | 0.51 |
| Hex | DA | F0 | 15 | 9 | 0 | 5B | 6 | 42 | 58 | 33 |
| Octal | 332 | 360 | 25 | 11 | 0 | 133 | 6 | 102 | 130 | 63 |
| Binary | 11011010 | 11110000 | 10101 | 1001 | 0 | 1011011 | 110 | 1000010 | 1011000 | 110011 |
Color Harmonies of #DAF015
Complementary color
Monochromatic Colors of #DAF015
Black with #DAF015
Text Example
Text Example
White with #DAF015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF015; }
p { color: rgb(218,240,21); }
H1.HeaderClassName
{
color: #DAF015;
}
.AnyTagClassName
{
color: #DAF015;
}
</style>
background-color css
<style>
a { background-color: #DAF015; }
a { background-color: rgb(218,240,21); }
div.DivClassName
{
background-color: #DAF015;
}
.BgClassName
{
background-color: #DAF015;
}
</style>
border-color css
<style>
span { border-color: #DAF015; }
span { border-color: rgb(218,240,21); }
td.TdClassName
{
border-color: #DAF015;
}
.TagClassName
{
border-color: #DAF015;
}
</style>