Shades of Chartreuse Yellow #DAF70D
Tints of Chartreuse Yellow #DAF70D
RGB
CMYK
RGB Variations
Color information
#DAF70D (or 0xDAF70D) is known color: Chartreuse Yellow. HEX triplet: DA, F7 and 0D. RGB value is (218,247,13). Sum of RGB (Red+Green+Blue) = 218+247+13=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 247 (96.88% from 255 or 51.67% from 478); Blue value is 13 (5.47% from 255 or 2.72% from 478); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF70D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF70D is #2508F2. Grayscale: #D4D4D4. Windows color (decimal): -2427123 or 915418. OLE color: 915418.
HSL color Cylindrical-coordinate representation of color #DAF70D: hue angle of 67.44º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAF70D is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 13 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.03 |
| HSL | 67.44º | 0.94% | 0.51% | - |
| HSV(B) | 67.44º | 0.95% | 0.97% | - |
| XYZ | 62.25 | 81.46 | 12.82 | - |
| YUV | 211.65 | 15.89 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 13 | 0.12 | 0 | 0.95 | 0.03 | 67.44 | 0.94 | 0.51 |
| Hex | DA | F7 | D | C | 0 | 5F | 3 | 43 | 5E | 33 |
| Octal | 332 | 367 | 15 | 14 | 0 | 137 | 3 | 103 | 136 | 63 |
| Binary | 11011010 | 11110111 | 1101 | 1100 | 0 | 1011111 | 11 | 1000011 | 1011110 | 110011 |
Color Harmonies of #DAF70D
Complementary color
Monochromatic Colors of #DAF70D
Black with #DAF70D
Text Example
Text Example
White with #DAF70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF70D; }
p { color: rgb(218,247,13); }
H1.HeaderClassName
{
color: #DAF70D;
}
.AnyTagClassName
{
color: #DAF70D;
}
</style>
background-color css
<style>
a { background-color: #DAF70D; }
a { background-color: rgb(218,247,13); }
div.DivClassName
{
background-color: #DAF70D;
}
.BgClassName
{
background-color: #DAF70D;
}
</style>
border-color css
<style>
span { border-color: #DAF70D; }
span { border-color: rgb(218,247,13); }
td.TdClassName
{
border-color: #DAF70D;
}
.TagClassName
{
border-color: #DAF70D;
}
</style>