Shades of Chartreuse Yellow #DAFA0E
Tints of Chartreuse Yellow #DAFA0E
RGB
CMYK
RGB Variations
Color information
#DAFA0E (or 0xDAFA0E) is known color: Chartreuse Yellow. HEX triplet: DA, FA and 0E. RGB value is (218,250,14). Sum of RGB (Red+Green+Blue) = 218+250+14=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 14 (5.86% from 255 or 2.90% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFA0E is #2505F1. Grayscale: #D6D6D6. Windows color (decimal): -2426354 or 981722. OLE color: 981722.
HSL color Cylindrical-coordinate representation of color #DAFA0E: hue angle of 68.14º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAFA0E is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 14 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.02 |
| HSL | 68.14º | 0.96% | 0.52% | - |
| HSV(B) | 68.14º | 0.94% | 0.98% | - |
| XYZ | 63.18 | 83.31 | 13.17 | - |
| YUV | 213.53 | 15.4 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 14 | 0.13 | 0 | 0.94 | 0.02 | 68.14 | 0.96 | 0.52 |
| Hex | DA | FA | E | D | 0 | 5E | 2 | 44 | 60 | 34 |
| Octal | 332 | 372 | 16 | 15 | 0 | 136 | 2 | 104 | 140 | 64 |
| Binary | 11011010 | 11111010 | 1110 | 1101 | 0 | 1011110 | 10 | 1000100 | 1100000 | 110100 |
Color Harmonies of #DAFA0E
Complementary color
Monochromatic Colors of #DAFA0E
Black with #DAFA0E
Text Example
Text Example
White with #DAFA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA0E; }
p { color: rgb(218,250,14); }
H1.HeaderClassName
{
color: #DAFA0E;
}
.AnyTagClassName
{
color: #DAFA0E;
}
</style>
background-color css
<style>
a { background-color: #DAFA0E; }
a { background-color: rgb(218,250,14); }
div.DivClassName
{
background-color: #DAFA0E;
}
.BgClassName
{
background-color: #DAFA0E;
}
</style>
border-color css
<style>
span { border-color: #DAFA0E; }
span { border-color: rgb(218,250,14); }
td.TdClassName
{
border-color: #DAFA0E;
}
.TagClassName
{
border-color: #DAFA0E;
}
</style>