Shades of Chartreuse Yellow #DAFC18
Tints of Chartreuse Yellow #DAFC18
RGB
CMYK
RGB Variations
Color information
#DAFC18 (or 0xDAFC18) is known color: Chartreuse Yellow. HEX triplet: DA, FC and 18. RGB value is (218,252,24). Sum of RGB (Red+Green+Blue) = 218+252+24=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 252 (98.83% from 255 or 51.01% from 494); Blue value is 24 (9.77% from 255 or 4.86% from 494); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFC18 is #2503E7. Grayscale: #D8D8D8. Windows color (decimal): -2425832 or 1637594. OLE color: 1637594.
HSL color Cylindrical-coordinate representation of color #DAFC18: hue angle of 68.95º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAFC18 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 252 | 24 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.01 |
| HSL | 68.95º | 0.97% | 0.54% | - |
| HSV(B) | 68.95º | 0.9% | 0.99% | - |
| XYZ | 63.89 | 84.59 | 13.82 | - |
| YUV | 215.84 | 19.74 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 252 | 24 | 0.13 | 0 | 0.90 | 0.01 | 68.95 | 0.97 | 0.54 |
| Hex | DA | FC | 18 | D | 0 | 5A | 1 | 45 | 61 | 36 |
| Octal | 332 | 374 | 30 | 15 | 0 | 132 | 1 | 105 | 141 | 66 |
| Binary | 11011010 | 11111100 | 11000 | 1101 | 0 | 1011010 | 1 | 1000101 | 1100001 | 110110 |
Color Harmonies of #DAFC18
Complementary color
Monochromatic Colors of #DAFC18
Black with #DAFC18
Text Example
Text Example
White with #DAFC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFC18; }
p { color: rgb(218,252,24); }
H1.HeaderClassName
{
color: #DAFC18;
}
.AnyTagClassName
{
color: #DAFC18;
}
</style>
background-color css
<style>
a { background-color: #DAFC18; }
a { background-color: rgb(218,252,24); }
div.DivClassName
{
background-color: #DAFC18;
}
.BgClassName
{
background-color: #DAFC18;
}
</style>
border-color css
<style>
span { border-color: #DAFC18; }
span { border-color: rgb(218,252,24); }
td.TdClassName
{
border-color: #DAFC18;
}
.TagClassName
{
border-color: #DAFC18;
}
</style>