Shades of Chartreuse Yellow #DAFF0A
Tints of Chartreuse Yellow #DAFF0A
RGB
CMYK
RGB Variations
Color information
#DAFF0A (or 0xDAFF0A) is known color: Chartreuse Yellow. HEX triplet: DA, FF and 0A. RGB value is (218,255,10). Sum of RGB (Red+Green+Blue) = 218+255+10=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 255 (100% from 255 or 52.80% from 483); Blue value is 10 (4.30% from 255 or 2.07% from 483); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFF0A is #2500F5. Grayscale: #D8D8D8. Windows color (decimal): -2425078 or 720858. OLE color: 720858.
HSL color Cylindrical-coordinate representation of color #DAFF0A: hue angle of 69.06º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DAFF0A is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 10 | - |
| CMYK | 0.15 | 0 | 0.96 | 0 |
| HSL | 69.06º | 1% | 0.52% | - |
| HSV(B) | 69.06º | 0.96% | 1% | - |
| XYZ | 64.73 | 86.45 | 13.56 | - |
| YUV | 216.01 | 11.74 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 10 | 0.15 | 0 | 0.96 | 0 | 69.06 | 1 | 0.52 |
| Hex | DA | FF | A | F | 0 | 60 | 0 | 45 | 64 | 34 |
| Octal | 332 | 377 | 12 | 17 | 0 | 140 | 0 | 105 | 144 | 64 |
| Binary | 11011010 | 11111111 | 1010 | 1111 | 0 | 1100000 | 0 | 1000101 | 1100100 | 110100 |
Color Harmonies of #DAFF0A
Complementary color
Monochromatic Colors of #DAFF0A
Black with #DAFF0A
Text Example
Text Example
White with #DAFF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF0A; }
p { color: rgb(218,255,10); }
H1.HeaderClassName
{
color: #DAFF0A;
}
.AnyTagClassName
{
color: #DAFF0A;
}
</style>
background-color css
<style>
a { background-color: #DAFF0A; }
a { background-color: rgb(218,255,10); }
div.DivClassName
{
background-color: #DAFF0A;
}
.BgClassName
{
background-color: #DAFF0A;
}
</style>
border-color css
<style>
span { border-color: #DAFF0A; }
span { border-color: rgb(218,255,10); }
td.TdClassName
{
border-color: #DAFF0A;
}
.TagClassName
{
border-color: #DAFF0A;
}
</style>