Shades of Chartreuse Yellow #DAF304
Tints of Chartreuse Yellow #DAF304
RGB
CMYK
RGB Variations
Color information
#DAF304 (or 0xDAF304) is known color: Chartreuse Yellow. HEX triplet: DA, F3 and 04. RGB value is (218,243,4). Sum of RGB (Red+Green+Blue) = 218+243+4=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 243 (95.31% from 255 or 52.26% from 465); Blue value is 4 (1.95% from 255 or 0.86% from 465); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF304 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF304 is #250CFB. Grayscale: #D1D1D1. Windows color (decimal): -2428156 or 324570. OLE color: 324570.
HSL color Cylindrical-coordinate representation of color #DAF304: hue angle of 66.28º 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 #DAF304 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 243 | 4 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.05 |
| HSL | 66.28º | 0.97% | 0.48% | - |
| HSV(B) | 66.28º | 0.98% | 0.95% | - |
| XYZ | 60.99 | 79.02 | 12.15 | - |
| YUV | 208.28 | 12.72 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 243 | 4 | 0.10 | 0 | 0.98 | 0.05 | 66.28 | 0.97 | 0.48 |
| Hex | DA | F3 | 4 | A | 0 | 62 | 5 | 42 | 61 | 30 |
| Octal | 332 | 363 | 4 | 12 | 0 | 142 | 5 | 102 | 141 | 60 |
| Binary | 11011010 | 11110011 | 100 | 1010 | 0 | 1100010 | 101 | 1000010 | 1100001 | 110000 |
Color Harmonies of #DAF304
Complementary color
Monochromatic Colors of #DAF304
Black with #DAF304
Text Example
Text Example
White with #DAF304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF304; }
p { color: rgb(218,243,4); }
H1.HeaderClassName
{
color: #DAF304;
}
.AnyTagClassName
{
color: #DAF304;
}
</style>
background-color css
<style>
a { background-color: #DAF304; }
a { background-color: rgb(218,243,4); }
div.DivClassName
{
background-color: #DAF304;
}
.BgClassName
{
background-color: #DAF304;
}
</style>
border-color css
<style>
span { border-color: #DAF304; }
span { border-color: rgb(218,243,4); }
td.TdClassName
{
border-color: #DAF304;
}
.TagClassName
{
border-color: #DAF304;
}
</style>