Shades of Chartreuse Yellow #DAF007
Tints of Chartreuse Yellow #DAF007
RGB
CMYK
RGB Variations
Color information
#DAF007 (or 0xDAF007) is known color: Chartreuse Yellow. HEX triplet: DA, F0 and 07. RGB value is (218,240,7). Sum of RGB (Red+Green+Blue) = 218+240+7=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 240 (94.14% from 255 or 51.61% from 465); Blue value is 7 (3.12% from 255 or 1.51% from 465); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF007 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF007 is #250FF8. Grayscale: #CFCFCF. Windows color (decimal): -2428921 or 520410. OLE color: 520410.
HSL color Cylindrical-coordinate representation of color #DAF007: hue angle of 65.67º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DAF007 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 7 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.06 |
| HSL | 65.67º | 0.94% | 0.48% | - |
| HSV(B) | 65.67º | 0.97% | 0.94% | - |
| XYZ | 60.11 | 77.24 | 11.94 | - |
| YUV | 206.86 | 15.21 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 7 | 0.09 | 0 | 0.97 | 0.06 | 65.67 | 0.94 | 0.48 |
| Hex | DA | F0 | 7 | 9 | 0 | 61 | 6 | 42 | 5E | 30 |
| Octal | 332 | 360 | 7 | 11 | 0 | 141 | 6 | 102 | 136 | 60 |
| Binary | 11011010 | 11110000 | 111 | 1001 | 0 | 1100001 | 110 | 1000010 | 1011110 | 110000 |
Color Harmonies of #DAF007
Complementary color
Monochromatic Colors of #DAF007
Black with #DAF007
Text Example
Text Example
White with #DAF007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF007; }
p { color: rgb(218,240,7); }
H1.HeaderClassName
{
color: #DAF007;
}
.AnyTagClassName
{
color: #DAF007;
}
</style>
background-color css
<style>
a { background-color: #DAF007; }
a { background-color: rgb(218,240,7); }
div.DivClassName
{
background-color: #DAF007;
}
.BgClassName
{
background-color: #DAF007;
}
</style>
border-color css
<style>
span { border-color: #DAF007; }
span { border-color: rgb(218,240,7); }
td.TdClassName
{
border-color: #DAF007;
}
.TagClassName
{
border-color: #DAF007;
}
</style>