Shades of Chartreuse Yellow #DAF901
Tints of Chartreuse Yellow #DAF901
RGB
CMYK
RGB Variations
Color information
#DAF901 (or 0xDAF901) is known color: Chartreuse Yellow. HEX triplet: DA, F9 and 01. RGB value is (218,249,1). Sum of RGB (Red+Green+Blue) = 218+249+1=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 249 (97.66% from 255 or 53.21% from 468); Blue value is 1 (0.78% from 255 or 0.21% from 468); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF901 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF901 is #2506FE. Grayscale: #D4D4D4. Windows color (decimal): -2426623 or 129498. OLE color: 129498.
HSL color Cylindrical-coordinate representation of color #DAF901: hue angle of 67.5º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAF901 is Cyan = 0.12, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 249 | 1 | - |
| CMYK | 0.12 | 0 | 1.00 | 0.02 |
| HSL | 67.5º | 0.99% | 0.49% | - |
| HSV(B) | 67.5º | 1% | 0.98% | - |
| XYZ | 62.79 | 82.66 | 12.67 | - |
| YUV | 211.46 | 9.23 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 249 | 1 | 0.12 | 0 | 1.00 | 0.02 | 67.5 | 0.99 | 0.49 |
| Hex | DA | F9 | 1 | C | 0 | 64 | 2 | 44 | 63 | 31 |
| Octal | 332 | 371 | 1 | 14 | 0 | 144 | 2 | 104 | 143 | 61 |
| Binary | 11011010 | 11111001 | 1 | 1100 | 0 | 1100100 | 10 | 1000100 | 1100011 | 110001 |
Color Harmonies of #DAF901
Complementary color
Monochromatic Colors of #DAF901
Black with #DAF901
Text Example
Text Example
White with #DAF901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF901; }
p { color: rgb(218,249,1); }
H1.HeaderClassName
{
color: #DAF901;
}
.AnyTagClassName
{
color: #DAF901;
}
</style>
background-color css
<style>
a { background-color: #DAF901; }
a { background-color: rgb(218,249,1); }
div.DivClassName
{
background-color: #DAF901;
}
.BgClassName
{
background-color: #DAF901;
}
</style>
border-color css
<style>
span { border-color: #DAF901; }
span { border-color: rgb(218,249,1); }
td.TdClassName
{
border-color: #DAF901;
}
.TagClassName
{
border-color: #DAF901;
}
</style>