Shades of Chartreuse Yellow #DAFC02
Tints of Chartreuse Yellow #DAFC02
RGB
CMYK
RGB Variations
Color information
#DAFC02 (or 0xDAFC02) is known color: Chartreuse Yellow. HEX triplet: DA, FC and 02. RGB value is (218,252,2). Sum of RGB (Red+Green+Blue) = 218+252+2=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 252 (98.83% from 255 or 53.39% from 472); Blue value is 2 (1.17% from 255 or 0.42% from 472); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFC02 is #2503FD. Grayscale: #D6D6D6. Windows color (decimal): -2425854 or 195802. OLE color: 195802.
HSL color Cylindrical-coordinate representation of color #DAFC02: hue angle of 68.16º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DAFC02 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 252 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.01 |
| HSL | 68.16º | 0.98% | 0.5% | - |
| HSV(B) | 68.16º | 0.99% | 0.99% | - |
| XYZ | 63.73 | 84.53 | 13.01 | - |
| YUV | 213.33 | 8.74 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 252 | 2 | 0.13 | 0 | 0.99 | 0.01 | 68.16 | 0.98 | 0.5 |
| Hex | DA | FC | 2 | D | 0 | 63 | 1 | 44 | 62 | 32 |
| Octal | 332 | 374 | 2 | 15 | 0 | 143 | 1 | 104 | 142 | 62 |
| Binary | 11011010 | 11111100 | 10 | 1101 | 0 | 1100011 | 1 | 1000100 | 1100010 | 110010 |
Color Harmonies of #DAFC02
Complementary color
Monochromatic Colors of #DAFC02
Black with #DAFC02
Text Example
Text Example
White with #DAFC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFC02; }
p { color: rgb(218,252,2); }
H1.HeaderClassName
{
color: #DAFC02;
}
.AnyTagClassName
{
color: #DAFC02;
}
</style>
background-color css
<style>
a { background-color: #DAFC02; }
a { background-color: rgb(218,252,2); }
div.DivClassName
{
background-color: #DAFC02;
}
.BgClassName
{
background-color: #DAFC02;
}
</style>
border-color css
<style>
span { border-color: #DAFC02; }
span { border-color: rgb(218,252,2); }
td.TdClassName
{
border-color: #DAFC02;
}
.TagClassName
{
border-color: #DAFC02;
}
</style>