Shades of Chartreuse Yellow #DAF204
Tints of Chartreuse Yellow #DAF204
RGB
CMYK
RGB Variations
Color information
#DAF204 (or 0xDAF204) is known color: Chartreuse Yellow. HEX triplet: DA, F2 and 04. RGB value is (218,242,4). Sum of RGB (Red+Green+Blue) = 218+242+4=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 4 (1.95% from 255 or 0.86% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF204 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF204 is #250DFB. Grayscale: #D0D0D0. Windows color (decimal): -2428412 or 324314. OLE color: 324314.
HSL color Cylindrical-coordinate representation of color #DAF204: hue angle of 66.05º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DAF204 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 4 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.05 |
| HSL | 66.05º | 0.97% | 0.48% | - |
| HSV(B) | 66.05º | 0.98% | 0.95% | - |
| XYZ | 60.69 | 78.42 | 12.05 | - |
| YUV | 207.69 | 13.05 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 4 | 0.10 | 0 | 0.98 | 0.05 | 66.05 | 0.97 | 0.48 |
| Hex | DA | F2 | 4 | A | 0 | 62 | 5 | 42 | 61 | 30 |
| Octal | 332 | 362 | 4 | 12 | 0 | 142 | 5 | 102 | 141 | 60 |
| Binary | 11011010 | 11110010 | 100 | 1010 | 0 | 1100010 | 101 | 1000010 | 1100001 | 110000 |
Color Harmonies of #DAF204
Complementary color
Monochromatic Colors of #DAF204
Black with #DAF204
Text Example
Text Example
White with #DAF204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF204; }
p { color: rgb(218,242,4); }
H1.HeaderClassName
{
color: #DAF204;
}
.AnyTagClassName
{
color: #DAF204;
}
</style>
background-color css
<style>
a { background-color: #DAF204; }
a { background-color: rgb(218,242,4); }
div.DivClassName
{
background-color: #DAF204;
}
.BgClassName
{
background-color: #DAF204;
}
</style>
border-color css
<style>
span { border-color: #DAF204; }
span { border-color: rgb(218,242,4); }
td.TdClassName
{
border-color: #DAF204;
}
.TagClassName
{
border-color: #DAF204;
}
</style>