Shades of Chartreuse Yellow #DAF70E
Tints of Chartreuse Yellow #DAF70E
RGB
CMYK
RGB Variations
Color information
#DAF70E (or 0xDAF70E) is known color: Chartreuse Yellow. HEX triplet: DA, F7 and 0E. RGB value is (218,247,14). Sum of RGB (Red+Green+Blue) = 218+247+14=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 247 (96.88% from 255 or 51.57% from 479); Blue value is 14 (5.86% from 255 or 2.92% from 479); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF70E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF70E is #2508F1. Grayscale: #D4D4D4. Windows color (decimal): -2427122 or 980954. OLE color: 980954.
HSL color Cylindrical-coordinate representation of color #DAF70E: hue angle of 67.47º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAF70E is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 247 | 14 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.03 |
| HSL | 67.47º | 0.94% | 0.51% | - |
| HSV(B) | 67.47º | 0.94% | 0.97% | - |
| XYZ | 62.25 | 81.46 | 12.86 | - |
| YUV | 211.77 | 16.39 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 247 | 14 | 0.12 | 0 | 0.94 | 0.03 | 67.47 | 0.94 | 0.51 |
| Hex | DA | F7 | E | C | 0 | 5E | 3 | 43 | 5E | 33 |
| Octal | 332 | 367 | 16 | 14 | 0 | 136 | 3 | 103 | 136 | 63 |
| Binary | 11011010 | 11110111 | 1110 | 1100 | 0 | 1011110 | 11 | 1000011 | 1011110 | 110011 |
Color Harmonies of #DAF70E
Complementary color
Monochromatic Colors of #DAF70E
Black with #DAF70E
Text Example
Text Example
White with #DAF70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF70E; }
p { color: rgb(218,247,14); }
H1.HeaderClassName
{
color: #DAF70E;
}
.AnyTagClassName
{
color: #DAF70E;
}
</style>
background-color css
<style>
a { background-color: #DAF70E; }
a { background-color: rgb(218,247,14); }
div.DivClassName
{
background-color: #DAF70E;
}
.BgClassName
{
background-color: #DAF70E;
}
</style>
border-color css
<style>
span { border-color: #DAF70E; }
span { border-color: rgb(218,247,14); }
td.TdClassName
{
border-color: #DAF70E;
}
.TagClassName
{
border-color: #DAF70E;
}
</style>