Shades of Chartreuse Yellow #DAF508
Tints of Chartreuse Yellow #DAF508
RGB
CMYK
RGB Variations
Color information
#DAF508 (or 0xDAF508) is known color: Chartreuse Yellow. HEX triplet: DA, F5 and 08. RGB value is (218,245,8). Sum of RGB (Red+Green+Blue) = 218+245+8=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 245 (96.09% from 255 or 52.02% from 471); Blue value is 8 (3.52% from 255 or 1.70% from 471); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF508 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF508 is #250AF7. Grayscale: #D2D2D2. Windows color (decimal): -2427640 or 587226. OLE color: 587226.
HSL color Cylindrical-coordinate representation of color #DAF508: hue angle of 66.84º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DAF508 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 8 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.04 |
| HSL | 66.84º | 0.94% | 0.5% | - |
| HSV(B) | 66.84º | 0.97% | 0.96% | - |
| XYZ | 61.61 | 80.23 | 12.47 | - |
| YUV | 209.91 | 14.05 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 8 | 0.11 | 0 | 0.97 | 0.04 | 66.84 | 0.94 | 0.5 |
| Hex | DA | F5 | 8 | B | 0 | 61 | 4 | 43 | 5E | 32 |
| Octal | 332 | 365 | 10 | 13 | 0 | 141 | 4 | 103 | 136 | 62 |
| Binary | 11011010 | 11110101 | 1000 | 1011 | 0 | 1100001 | 100 | 1000011 | 1011110 | 110010 |
Color Harmonies of #DAF508
Complementary color
Monochromatic Colors of #DAF508
Black with #DAF508
Text Example
Text Example
White with #DAF508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF508; }
p { color: rgb(218,245,8); }
H1.HeaderClassName
{
color: #DAF508;
}
.AnyTagClassName
{
color: #DAF508;
}
</style>
background-color css
<style>
a { background-color: #DAF508; }
a { background-color: rgb(218,245,8); }
div.DivClassName
{
background-color: #DAF508;
}
.BgClassName
{
background-color: #DAF508;
}
</style>
border-color css
<style>
span { border-color: #DAF508; }
span { border-color: rgb(218,245,8); }
td.TdClassName
{
border-color: #DAF508;
}
.TagClassName
{
border-color: #DAF508;
}
</style>