Shades of Chartreuse Yellow #DAFE1F
Tints of Chartreuse Yellow #DAFE1F
RGB
CMYK
RGB Variations
Color information
#DAFE1F (or 0xDAFE1F) is known color: Chartreuse Yellow. HEX triplet: DA, FE and 1F. RGB value is (218,254,31). Sum of RGB (Red+Green+Blue) = 218+254+31=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 31 (12.5% from 255 or 6.16% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFE1F is #2501E0. Grayscale: #DADADA. Windows color (decimal): -2425313 or 2096858. OLE color: 2096858.
HSL color Cylindrical-coordinate representation of color #DAFE1F: hue angle of 69.69º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAFE1F is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 31 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.00 |
| HSL | 69.69º | 0.99% | 0.56% | - |
| HSV(B) | 69.69º | 0.88% | 1% | - |
| XYZ | 64.6 | 85.89 | 14.47 | - |
| YUV | 217.81 | 22.57 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 31 | 0.14 | 0 | 0.88 | 0.00 | 69.69 | 0.99 | 0.56 |
| Hex | DA | FE | 1F | E | 0 | 58 | 0 | 46 | 63 | 38 |
| Octal | 332 | 376 | 37 | 16 | 0 | 130 | 0 | 106 | 143 | 70 |
| Binary | 11011010 | 11111110 | 11111 | 1110 | 0 | 1011000 | 0 | 1000110 | 1100011 | 111000 |
Color Harmonies of #DAFE1F
Complementary color
Monochromatic Colors of #DAFE1F
Black with #DAFE1F
Text Example
Text Example
White with #DAFE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE1F; }
p { color: rgb(218,254,31); }
H1.HeaderClassName
{
color: #DAFE1F;
}
.AnyTagClassName
{
color: #DAFE1F;
}
</style>
background-color css
<style>
a { background-color: #DAFE1F; }
a { background-color: rgb(218,254,31); }
div.DivClassName
{
background-color: #DAFE1F;
}
.BgClassName
{
background-color: #DAFE1F;
}
</style>
border-color css
<style>
span { border-color: #DAFE1F; }
span { border-color: rgb(218,254,31); }
td.TdClassName
{
border-color: #DAFE1F;
}
.TagClassName
{
border-color: #DAFE1F;
}
</style>