Shades of Chartreuse Yellow #DAFB0A
Tints of Chartreuse Yellow #DAFB0A
RGB
CMYK
RGB Variations
Color information
#DAFB0A (or 0xDAFB0A) is known color: Chartreuse Yellow. HEX triplet: DA, FB and 0A. RGB value is (218,251,10). Sum of RGB (Red+Green+Blue) = 218+251+10=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 251 (98.44% from 255 or 52.40% from 479); Blue value is 10 (4.30% from 255 or 2.09% from 479); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFB0A is #2504F5. Grayscale: #D6D6D6. Windows color (decimal): -2426102 or 719834. OLE color: 719834.
HSL color Cylindrical-coordinate representation of color #DAFB0A: hue angle of 68.22º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DAFB0A is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 251 | 10 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.02 |
| HSL | 68.22º | 0.97% | 0.51% | - |
| HSV(B) | 68.22º | 0.96% | 0.98% | - |
| XYZ | 63.47 | 83.92 | 13.14 | - |
| YUV | 213.66 | 13.07 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 251 | 10 | 0.13 | 0 | 0.96 | 0.02 | 68.22 | 0.97 | 0.51 |
| Hex | DA | FB | A | D | 0 | 60 | 2 | 44 | 61 | 33 |
| Octal | 332 | 373 | 12 | 15 | 0 | 140 | 2 | 104 | 141 | 63 |
| Binary | 11011010 | 11111011 | 1010 | 1101 | 0 | 1100000 | 10 | 1000100 | 1100001 | 110011 |
Color Harmonies of #DAFB0A
Complementary color
Monochromatic Colors of #DAFB0A
Black with #DAFB0A
Text Example
Text Example
White with #DAFB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFB0A; }
p { color: rgb(218,251,10); }
H1.HeaderClassName
{
color: #DAFB0A;
}
.AnyTagClassName
{
color: #DAFB0A;
}
</style>
background-color css
<style>
a { background-color: #DAFB0A; }
a { background-color: rgb(218,251,10); }
div.DivClassName
{
background-color: #DAFB0A;
}
.BgClassName
{
background-color: #DAFB0A;
}
</style>
border-color css
<style>
span { border-color: #DAFB0A; }
span { border-color: rgb(218,251,10); }
td.TdClassName
{
border-color: #DAFB0A;
}
.TagClassName
{
border-color: #DAFB0A;
}
</style>