Shades of Chartreuse Yellow #DAFE0A
Tints of Chartreuse Yellow #DAFE0A
RGB
CMYK
RGB Variations
Color information
#DAFE0A (or 0xDAFE0A) is known color: Chartreuse Yellow. HEX triplet: DA, FE and 0A. RGB value is (218,254,10). Sum of RGB (Red+Green+Blue) = 218+254+10=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 254 (99.61% from 255 or 52.70% from 482); Blue value is 10 (4.30% from 255 or 2.07% from 482); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFE0A is #2501F5. Grayscale: #D8D8D8. Windows color (decimal): -2425334 or 720602. OLE color: 720602.
HSL color Cylindrical-coordinate representation of color #DAFE0A: hue angle of 68.85º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DAFE0A is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 10 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.00 |
| HSL | 68.85º | 0.99% | 0.52% | - |
| HSV(B) | 68.85º | 0.96% | 1% | - |
| XYZ | 64.41 | 85.81 | 13.46 | - |
| YUV | 215.42 | 12.07 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 10 | 0.14 | 0 | 0.96 | 0.00 | 68.85 | 0.99 | 0.52 |
| Hex | DA | FE | A | E | 0 | 60 | 0 | 45 | 63 | 34 |
| Octal | 332 | 376 | 12 | 16 | 0 | 140 | 0 | 105 | 143 | 64 |
| Binary | 11011010 | 11111110 | 1010 | 1110 | 0 | 1100000 | 0 | 1000101 | 1100011 | 110100 |
Color Harmonies of #DAFE0A
Complementary color
Monochromatic Colors of #DAFE0A
Black with #DAFE0A
Text Example
Text Example
White with #DAFE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE0A; }
p { color: rgb(218,254,10); }
H1.HeaderClassName
{
color: #DAFE0A;
}
.AnyTagClassName
{
color: #DAFE0A;
}
</style>
background-color css
<style>
a { background-color: #DAFE0A; }
a { background-color: rgb(218,254,10); }
div.DivClassName
{
background-color: #DAFE0A;
}
.BgClassName
{
background-color: #DAFE0A;
}
</style>
border-color css
<style>
span { border-color: #DAFE0A; }
span { border-color: rgb(218,254,10); }
td.TdClassName
{
border-color: #DAFE0A;
}
.TagClassName
{
border-color: #DAFE0A;
}
</style>