Shades of Chartreuse Yellow #DAFF0D
Tints of Chartreuse Yellow #DAFF0D
RGB
CMYK
RGB Variations
Color information
#DAFF0D (or 0xDAFF0D) is known color: Chartreuse Yellow. HEX triplet: DA, FF and 0D. RGB value is (218,255,13). Sum of RGB (Red+Green+Blue) = 218+255+13=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 13 (5.47% from 255 or 2.67% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFF0D is #2500F2. Grayscale: #D9D9D9. Windows color (decimal): -2425075 or 917466. OLE color: 917466.
HSL color Cylindrical-coordinate representation of color #DAFF0D: hue angle of 69.17º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAFF0D is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 13 | - |
| CMYK | 0.15 | 0 | 0.95 | 0 |
| HSL | 69.17º | 1% | 0.53% | - |
| HSV(B) | 69.17º | 0.95% | 1% | - |
| XYZ | 64.75 | 86.45 | 13.66 | - |
| YUV | 216.35 | 13.24 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 13 | 0.15 | 0 | 0.95 | 0 | 69.17 | 1 | 0.53 |
| Hex | DA | FF | D | F | 0 | 5F | 0 | 45 | 64 | 35 |
| Octal | 332 | 377 | 15 | 17 | 0 | 137 | 0 | 105 | 144 | 65 |
| Binary | 11011010 | 11111111 | 1101 | 1111 | 0 | 1011111 | 0 | 1000101 | 1100100 | 110101 |
Color Harmonies of #DAFF0D
Complementary color
Monochromatic Colors of #DAFF0D
Black with #DAFF0D
Text Example
Text Example
White with #DAFF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF0D; }
p { color: rgb(218,255,13); }
H1.HeaderClassName
{
color: #DAFF0D;
}
.AnyTagClassName
{
color: #DAFF0D;
}
</style>
background-color css
<style>
a { background-color: #DAFF0D; }
a { background-color: rgb(218,255,13); }
div.DivClassName
{
background-color: #DAFF0D;
}
.BgClassName
{
background-color: #DAFF0D;
}
</style>
border-color css
<style>
span { border-color: #DAFF0D; }
span { border-color: rgb(218,255,13); }
td.TdClassName
{
border-color: #DAFF0D;
}
.TagClassName
{
border-color: #DAFF0D;
}
</style>