Shades of Chartreuse Yellow #DAFC12
Tints of Chartreuse Yellow #DAFC12
RGB
CMYK
RGB Variations
Color information
#DAFC12 (or 0xDAFC12) is known color: Chartreuse Yellow. HEX triplet: DA, FC and 12. RGB value is (218,252,18). Sum of RGB (Red+Green+Blue) = 218+252+18=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 252 (98.83% from 255 or 51.64% from 488); Blue value is 18 (7.42% from 255 or 3.69% from 488); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFC12 is #2503ED. Grayscale: #D8D8D8. Windows color (decimal): -2425838 or 1244378. OLE color: 1244378.
HSL color Cylindrical-coordinate representation of color #DAFC12: hue angle of 68.72º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAFC12 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 252 | 18 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.01 |
| HSL | 68.72º | 0.98% | 0.53% | - |
| HSV(B) | 68.72º | 0.93% | 0.99% | - |
| XYZ | 63.83 | 84.57 | 13.53 | - |
| YUV | 215.16 | 16.74 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 252 | 18 | 0.13 | 0 | 0.93 | 0.01 | 68.72 | 0.98 | 0.53 |
| Hex | DA | FC | 12 | D | 0 | 5D | 1 | 45 | 62 | 35 |
| Octal | 332 | 374 | 22 | 15 | 0 | 135 | 1 | 105 | 142 | 65 |
| Binary | 11011010 | 11111100 | 10010 | 1101 | 0 | 1011101 | 1 | 1000101 | 1100010 | 110101 |
Color Harmonies of #DAFC12
Complementary color
Monochromatic Colors of #DAFC12
Black with #DAFC12
Text Example
Text Example
White with #DAFC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFC12; }
p { color: rgb(218,252,18); }
H1.HeaderClassName
{
color: #DAFC12;
}
.AnyTagClassName
{
color: #DAFC12;
}
</style>
background-color css
<style>
a { background-color: #DAFC12; }
a { background-color: rgb(218,252,18); }
div.DivClassName
{
background-color: #DAFC12;
}
.BgClassName
{
background-color: #DAFC12;
}
</style>
border-color css
<style>
span { border-color: #DAFC12; }
span { border-color: rgb(218,252,18); }
td.TdClassName
{
border-color: #DAFC12;
}
.TagClassName
{
border-color: #DAFC12;
}
</style>