Shades of Chartreuse Yellow #DAFF05
Tints of Chartreuse Yellow #DAFF05
RGB
CMYK
RGB Variations
Color information
#DAFF05 (or 0xDAFF05) is known color: Chartreuse Yellow. HEX triplet: DA, FF and 05. RGB value is (218,255,5). Sum of RGB (Red+Green+Blue) = 218+255+5=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 5 (2.34% from 255 or 1.05% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAFF05 is #2500FA. Grayscale: #D8D8D8. Windows color (decimal): -2425083 or 393178. OLE color: 393178.
HSL color Cylindrical-coordinate representation of color #DAFF05: hue angle of 68.88º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DAFF05 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 5 | - |
| CMYK | 0.15 | 0 | 0.98 | 0 |
| HSL | 68.88º | 1% | 0.51% | - |
| HSV(B) | 68.88º | 0.98% | 1% | - |
| XYZ | 64.7 | 86.44 | 13.42 | - |
| YUV | 215.44 | 9.24 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 5 | 0.15 | 0 | 0.98 | 0 | 68.88 | 1 | 0.51 |
| Hex | DA | FF | 5 | F | 0 | 62 | 0 | 45 | 64 | 33 |
| Octal | 332 | 377 | 5 | 17 | 0 | 142 | 0 | 105 | 144 | 63 |
| Binary | 11011010 | 11111111 | 101 | 1111 | 0 | 1100010 | 0 | 1000101 | 1100100 | 110011 |
Color Harmonies of #DAFF05
Complementary color
Monochromatic Colors of #DAFF05
Black with #DAFF05
Text Example
Text Example
White with #DAFF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF05; }
p { color: rgb(218,255,5); }
H1.HeaderClassName
{
color: #DAFF05;
}
.AnyTagClassName
{
color: #DAFF05;
}
</style>
background-color css
<style>
a { background-color: #DAFF05; }
a { background-color: rgb(218,255,5); }
div.DivClassName
{
background-color: #DAFF05;
}
.BgClassName
{
background-color: #DAFF05;
}
</style>
border-color css
<style>
span { border-color: #DAFF05; }
span { border-color: rgb(218,255,5); }
td.TdClassName
{
border-color: #DAFF05;
}
.TagClassName
{
border-color: #DAFF05;
}
</style>