Shades of Chartreuse Yellow #DAF506
Tints of Chartreuse Yellow #DAF506
RGB
CMYK
RGB Variations
Color information
#DAF506 (or 0xDAF506) is known color: Chartreuse Yellow. HEX triplet: DA, F5 and 06. RGB value is (218,245,6). Sum of RGB (Red+Green+Blue) = 218+245+6=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 245 (96.09% from 255 or 52.24% from 469); Blue value is 6 (2.73% from 255 or 1.28% from 469); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF506 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF506 is #250AF9. Grayscale: #D2D2D2. Windows color (decimal): -2427642 or 456154. OLE color: 456154.
HSL color Cylindrical-coordinate representation of color #DAF506: hue angle of 66.78º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DAF506 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 6 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.04 |
| HSL | 66.78º | 0.95% | 0.49% | - |
| HSV(B) | 66.78º | 0.98% | 0.96% | - |
| XYZ | 61.6 | 80.22 | 12.41 | - |
| YUV | 209.68 | 13.05 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 6 | 0.11 | 0 | 0.98 | 0.04 | 66.78 | 0.95 | 0.49 |
| Hex | DA | F5 | 6 | B | 0 | 62 | 4 | 43 | 5F | 31 |
| Octal | 332 | 365 | 6 | 13 | 0 | 142 | 4 | 103 | 137 | 61 |
| Binary | 11011010 | 11110101 | 110 | 1011 | 0 | 1100010 | 100 | 1000011 | 1011111 | 110001 |
Color Harmonies of #DAF506
Complementary color
Monochromatic Colors of #DAF506
Black with #DAF506
Text Example
Text Example
White with #DAF506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF506; }
p { color: rgb(218,245,6); }
H1.HeaderClassName
{
color: #DAF506;
}
.AnyTagClassName
{
color: #DAF506;
}
</style>
background-color css
<style>
a { background-color: #DAF506; }
a { background-color: rgb(218,245,6); }
div.DivClassName
{
background-color: #DAF506;
}
.BgClassName
{
background-color: #DAF506;
}
</style>
border-color css
<style>
span { border-color: #DAF506; }
span { border-color: rgb(218,245,6); }
td.TdClassName
{
border-color: #DAF506;
}
.TagClassName
{
border-color: #DAF506;
}
</style>