Shades of Chartreuse Yellow #DAF010
Tints of Chartreuse Yellow #DAF010
RGB
CMYK
RGB Variations
Color information
#DAF010 (or 0xDAF010) is known color: Chartreuse Yellow. HEX triplet: DA, F0 and 10. RGB value is (218,240,16). Sum of RGB (Red+Green+Blue) = 218+240+16=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 16 (6.64% from 255 or 3.38% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF010 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF010 is #250FEF. Grayscale: #D0D0D0. Windows color (decimal): -2428912 or 1110234. OLE color: 1110234.
HSL color Cylindrical-coordinate representation of color #DAF010: hue angle of 65.89º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAF010 is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 16 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.06 |
| HSL | 65.89º | 0.88% | 0.5% | - |
| HSV(B) | 65.89º | 0.93% | 0.94% | - |
| XYZ | 60.17 | 77.26 | 12.23 | - |
| YUV | 207.89 | 19.71 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 16 | 0.09 | 0 | 0.93 | 0.06 | 65.89 | 0.88 | 0.5 |
| Hex | DA | F0 | 10 | 9 | 0 | 5D | 6 | 42 | 58 | 32 |
| Octal | 332 | 360 | 20 | 11 | 0 | 135 | 6 | 102 | 130 | 62 |
| Binary | 11011010 | 11110000 | 10000 | 1001 | 0 | 1011101 | 110 | 1000010 | 1011000 | 110010 |
Color Harmonies of #DAF010
Complementary color
Monochromatic Colors of #DAF010
Black with #DAF010
Text Example
Text Example
White with #DAF010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF010; }
p { color: rgb(218,240,16); }
H1.HeaderClassName
{
color: #DAF010;
}
.AnyTagClassName
{
color: #DAF010;
}
</style>
background-color css
<style>
a { background-color: #DAF010; }
a { background-color: rgb(218,240,16); }
div.DivClassName
{
background-color: #DAF010;
}
.BgClassName
{
background-color: #DAF010;
}
</style>
border-color css
<style>
span { border-color: #DAF010; }
span { border-color: rgb(218,240,16); }
td.TdClassName
{
border-color: #DAF010;
}
.TagClassName
{
border-color: #DAF010;
}
</style>