Shades of Chartreuse Yellow #DAF808
Tints of Chartreuse Yellow #DAF808
RGB
CMYK
RGB Variations
Color information
#DAF808 (or 0xDAF808) is known color: Chartreuse Yellow. HEX triplet: DA, F8 and 08. RGB value is (218,248,8). Sum of RGB (Red+Green+Blue) = 218+248+8=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 248 (97.27% from 255 or 52.32% from 474); Blue value is 8 (3.52% from 255 or 1.69% from 474); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF808 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF808 is #2507F7. Grayscale: #D4D4D4. Windows color (decimal): -2426872 or 587994. OLE color: 587994.
HSL color Cylindrical-coordinate representation of color #DAF808: hue angle of 67.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DAF808 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 248 | 8 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.03 |
| HSL | 67.5º | 0.94% | 0.5% | - |
| HSV(B) | 67.5º | 0.97% | 0.97% | - |
| XYZ | 62.52 | 82.06 | 12.77 | - |
| YUV | 211.67 | 13.06 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 248 | 8 | 0.12 | 0 | 0.97 | 0.03 | 67.5 | 0.94 | 0.5 |
| Hex | DA | F8 | 8 | C | 0 | 61 | 3 | 44 | 5E | 32 |
| Octal | 332 | 370 | 10 | 14 | 0 | 141 | 3 | 104 | 136 | 62 |
| Binary | 11011010 | 11111000 | 1000 | 1100 | 0 | 1100001 | 11 | 1000100 | 1011110 | 110010 |
Color Harmonies of #DAF808
Complementary color
Monochromatic Colors of #DAF808
Black with #DAF808
Text Example
Text Example
White with #DAF808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF808; }
p { color: rgb(218,248,8); }
H1.HeaderClassName
{
color: #DAF808;
}
.AnyTagClassName
{
color: #DAF808;
}
</style>
background-color css
<style>
a { background-color: #DAF808; }
a { background-color: rgb(218,248,8); }
div.DivClassName
{
background-color: #DAF808;
}
.BgClassName
{
background-color: #DAF808;
}
</style>
border-color css
<style>
span { border-color: #DAF808; }
span { border-color: rgb(218,248,8); }
td.TdClassName
{
border-color: #DAF808;
}
.TagClassName
{
border-color: #DAF808;
}
</style>