Shades of Chartreuse Yellow #DAF600
Tints of Chartreuse Yellow #DAF600
RGB
CMYK
RGB Variations
Color information
#DAF600 (or 0xDAF600) is known color: Chartreuse Yellow. HEX triplet: DA, F6 and 00. RGB value is (218,246,0). Sum of RGB (Red+Green+Blue) = 218+246+0=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 246 (96.48% from 255 or 53.02% from 464); Blue value is 0 (0.39% from 255 or 0% from 464); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF600 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF600 is #2509FF. Grayscale: #D2D2D2. Windows color (decimal): -2427392 or 63194. OLE color: 63194.
HSL color Cylindrical-coordinate representation of color #DAF600: hue angle of 66.83º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAF600 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.04 |
| HSL | 66.83º | 1% | 0.48% | - |
| HSV(B) | 66.83º | 1% | 0.96% | - |
| XYZ | 61.87 | 80.82 | 12.34 | - |
| YUV | 209.58 | 9.72 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 0 | 0.11 | 0 | 1 | 0.04 | 66.83 | 1 | 0.48 |
| Hex | DA | F6 | 0 | B | 0 | 64 | 4 | 43 | 64 | 30 |
| Octal | 332 | 366 | 0 | 13 | 0 | 144 | 4 | 103 | 144 | 60 |
| Binary | 11011010 | 11110110 | 0 | 1011 | 0 | 1100100 | 100 | 1000011 | 1100100 | 110000 |
Color Harmonies of #DAF600
Complementary color
Monochromatic Colors of #DAF600
Black with #DAF600
Text Example
Text Example
White with #DAF600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF600; }
p { color: rgb(218,246,0); }
H1.HeaderClassName
{
color: #DAF600;
}
.AnyTagClassName
{
color: #DAF600;
}
</style>
background-color css
<style>
a { background-color: #DAF600; }
a { background-color: rgb(218,246,0); }
div.DivClassName
{
background-color: #DAF600;
}
.BgClassName
{
background-color: #DAF600;
}
</style>
border-color css
<style>
span { border-color: #DAF600; }
span { border-color: rgb(218,246,0); }
td.TdClassName
{
border-color: #DAF600;
}
.TagClassName
{
border-color: #DAF600;
}
</style>