Shades of Chartreuse Yellow #DAF608
Tints of Chartreuse Yellow #DAF608
RGB
CMYK
RGB Variations
Color information
#DAF608 (or 0xDAF608) is known color: Chartreuse Yellow. HEX triplet: DA, F6 and 08. RGB value is (218,246,8). Sum of RGB (Red+Green+Blue) = 218+246+8=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 246 (96.48% from 255 or 52.12% from 472); Blue value is 8 (3.52% from 255 or 1.69% from 472); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF608 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF608 is #2509F7. Grayscale: #D3D3D3. Windows color (decimal): -2427384 or 587482. OLE color: 587482.
HSL color Cylindrical-coordinate representation of color #DAF608: hue angle of 67.06º 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 #DAF608 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 8 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.04 |
| HSL | 67.06º | 0.94% | 0.5% | - |
| HSV(B) | 67.06º | 0.97% | 0.96% | - |
| XYZ | 61.91 | 80.83 | 12.57 | - |
| YUV | 210.5 | 13.72 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 8 | 0.11 | 0 | 0.97 | 0.04 | 67.06 | 0.94 | 0.5 |
| Hex | DA | F6 | 8 | B | 0 | 61 | 4 | 43 | 5E | 32 |
| Octal | 332 | 366 | 10 | 13 | 0 | 141 | 4 | 103 | 136 | 62 |
| Binary | 11011010 | 11110110 | 1000 | 1011 | 0 | 1100001 | 100 | 1000011 | 1011110 | 110010 |
Color Harmonies of #DAF608
Complementary color
Monochromatic Colors of #DAF608
Black with #DAF608
Text Example
Text Example
White with #DAF608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF608; }
p { color: rgb(218,246,8); }
H1.HeaderClassName
{
color: #DAF608;
}
.AnyTagClassName
{
color: #DAF608;
}
</style>
background-color css
<style>
a { background-color: #DAF608; }
a { background-color: rgb(218,246,8); }
div.DivClassName
{
background-color: #DAF608;
}
.BgClassName
{
background-color: #DAF608;
}
</style>
border-color css
<style>
span { border-color: #DAF608; }
span { border-color: rgb(218,246,8); }
td.TdClassName
{
border-color: #DAF608;
}
.TagClassName
{
border-color: #DAF608;
}
</style>