Shades of Chartreuse Yellow #DAF005
Tints of Chartreuse Yellow #DAF005
RGB
CMYK
RGB Variations
Color information
#DAF005 (or 0xDAF005) is known color: Chartreuse Yellow. HEX triplet: DA, F0 and 05. RGB value is (218,240,5). Sum of RGB (Red+Green+Blue) = 218+240+5=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 240 (94.14% from 255 or 51.84% from 463); Blue value is 5 (2.34% from 255 or 1.08% from 463); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF005 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF005 is #250FFA. Grayscale: #CFCFCF. Windows color (decimal): -2428923 or 389338. OLE color: 389338.
HSL color Cylindrical-coordinate representation of color #DAF005: hue angle of 65.62º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DAF005 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 5 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.06 |
| HSL | 65.62º | 0.96% | 0.48% | - |
| HSV(B) | 65.62º | 0.98% | 0.94% | - |
| XYZ | 60.1 | 77.24 | 11.88 | - |
| YUV | 206.63 | 14.21 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 5 | 0.09 | 0 | 0.98 | 0.06 | 65.62 | 0.96 | 0.48 |
| Hex | DA | F0 | 5 | 9 | 0 | 62 | 6 | 42 | 60 | 30 |
| Octal | 332 | 360 | 5 | 11 | 0 | 142 | 6 | 102 | 140 | 60 |
| Binary | 11011010 | 11110000 | 101 | 1001 | 0 | 1100010 | 110 | 1000010 | 1100000 | 110000 |
Color Harmonies of #DAF005
Complementary color
Monochromatic Colors of #DAF005
Black with #DAF005
Text Example
Text Example
White with #DAF005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF005; }
p { color: rgb(218,240,5); }
H1.HeaderClassName
{
color: #DAF005;
}
.AnyTagClassName
{
color: #DAF005;
}
</style>
background-color css
<style>
a { background-color: #DAF005; }
a { background-color: rgb(218,240,5); }
div.DivClassName
{
background-color: #DAF005;
}
.BgClassName
{
background-color: #DAF005;
}
</style>
border-color css
<style>
span { border-color: #DAF005; }
span { border-color: rgb(218,240,5); }
td.TdClassName
{
border-color: #DAF005;
}
.TagClassName
{
border-color: #DAF005;
}
</style>