Shades of Chartreuse Yellow #DAFC0D
Tints of Chartreuse Yellow #DAFC0D
RGB
CMYK
RGB Variations
Color information
#DAFC0D (or 0xDAFC0D) is known color: Chartreuse Yellow. HEX triplet: DA, FC and 0D. RGB value is (218,252,13). Sum of RGB (Red+Green+Blue) = 218+252+13=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 252 (98.83% from 255 or 52.17% from 483); Blue value is 13 (5.47% from 255 or 2.69% from 483); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFC0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFC0D is #2503F2. Grayscale: #D7D7D7. Windows color (decimal): -2425843 or 916698. OLE color: 916698.
HSL color Cylindrical-coordinate representation of color #DAFC0D: hue angle of 68.54º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAFC0D is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 252 | 13 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.01 |
| HSL | 68.54º | 0.98% | 0.52% | - |
| HSV(B) | 68.54º | 0.95% | 0.99% | - |
| XYZ | 63.8 | 84.56 | 13.34 | - |
| YUV | 214.59 | 14.24 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 252 | 13 | 0.13 | 0 | 0.95 | 0.01 | 68.54 | 0.98 | 0.52 |
| Hex | DA | FC | D | D | 0 | 5F | 1 | 45 | 62 | 34 |
| Octal | 332 | 374 | 15 | 15 | 0 | 137 | 1 | 105 | 142 | 64 |
| Binary | 11011010 | 11111100 | 1101 | 1101 | 0 | 1011111 | 1 | 1000101 | 1100010 | 110100 |
Color Harmonies of #DAFC0D
Complementary color
Monochromatic Colors of #DAFC0D
Black with #DAFC0D
Text Example
Text Example
White with #DAFC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFC0D; }
p { color: rgb(218,252,13); }
H1.HeaderClassName
{
color: #DAFC0D;
}
.AnyTagClassName
{
color: #DAFC0D;
}
</style>
background-color css
<style>
a { background-color: #DAFC0D; }
a { background-color: rgb(218,252,13); }
div.DivClassName
{
background-color: #DAFC0D;
}
.BgClassName
{
background-color: #DAFC0D;
}
</style>
border-color css
<style>
span { border-color: #DAFC0D; }
span { border-color: rgb(218,252,13); }
td.TdClassName
{
border-color: #DAFC0D;
}
.TagClassName
{
border-color: #DAFC0D;
}
</style>