Shades of Chartreuse Yellow #DAFD0D
Tints of Chartreuse Yellow #DAFD0D
RGB
CMYK
RGB Variations
Color information
#DAFD0D (or 0xDAFD0D) is known color: Chartreuse Yellow. HEX triplet: DA, FD and 0D. RGB value is (218,253,13). Sum of RGB (Red+Green+Blue) = 218+253+13=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 253 (99.22% from 255 or 52.27% from 484); Blue value is 13 (5.47% from 255 or 2.69% from 484); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFD0D is #2502F2. Grayscale: #D8D8D8. Windows color (decimal): -2425587 or 916954. OLE color: 916954.
HSL color Cylindrical-coordinate representation of color #DAFD0D: hue angle of 68.75º 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 #DAFD0D is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 218 | 253 | 13 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.01 |
| HSL | 68.75º | 0.98% | 0.52% | - |
| HSV(B) | 68.75º | 0.95% | 0.99% | - |
| XYZ | 64.11 | 85.19 | 13.44 | - |
| YUV | 215.18 | 13.9 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 253 | 13 | 0.14 | 0 | 0.95 | 0.01 | 68.75 | 0.98 | 0.52 |
| Hex | DA | FD | D | E | 0 | 5F | 1 | 45 | 62 | 34 |
| Octal | 332 | 375 | 15 | 16 | 0 | 137 | 1 | 105 | 142 | 64 |
| Binary | 11011010 | 11111101 | 1101 | 1110 | 0 | 1011111 | 1 | 1000101 | 1100010 | 110100 |
Color Harmonies of #DAFD0D
Complementary color
Monochromatic Colors of #DAFD0D
Black with #DAFD0D
Text Example
Text Example
White with #DAFD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFD0D; }
p { color: rgb(218,253,13); }
H1.HeaderClassName
{
color: #DAFD0D;
}
.AnyTagClassName
{
color: #DAFD0D;
}
</style>
background-color css
<style>
a { background-color: #DAFD0D; }
a { background-color: rgb(218,253,13); }
div.DivClassName
{
background-color: #DAFD0D;
}
.BgClassName
{
background-color: #DAFD0D;
}
</style>
border-color css
<style>
span { border-color: #DAFD0D; }
span { border-color: rgb(218,253,13); }
td.TdClassName
{
border-color: #DAFD0D;
}
.TagClassName
{
border-color: #DAFD0D;
}
</style>