Shades of Chartreuse Yellow #DAF507
Tints of Chartreuse Yellow #DAF507
RGB
CMYK
RGB Variations
Color information
#DAF507 (or 0xDAF507) is known color: Chartreuse Yellow. HEX triplet: DA, F5 and 07. RGB value is (218,245,7). Sum of RGB (Red+Green+Blue) = 218+245+7=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 245 (96.09% from 255 or 52.13% from 470); Blue value is 7 (3.12% from 255 or 1.49% from 470); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF507 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF507 is #250AF8. Grayscale: #D2D2D2. Windows color (decimal): -2427641 or 521690. OLE color: 521690.
HSL color Cylindrical-coordinate representation of color #DAF507: hue angle of 66.81º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DAF507 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 7 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.04 |
| HSL | 66.81º | 0.94% | 0.49% | - |
| HSV(B) | 66.81º | 0.97% | 0.96% | - |
| XYZ | 61.6 | 80.23 | 12.44 | - |
| YUV | 209.8 | 13.55 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 7 | 0.11 | 0 | 0.97 | 0.04 | 66.81 | 0.94 | 0.49 |
| Hex | DA | F5 | 7 | B | 0 | 61 | 4 | 43 | 5E | 31 |
| Octal | 332 | 365 | 7 | 13 | 0 | 141 | 4 | 103 | 136 | 61 |
| Binary | 11011010 | 11110101 | 111 | 1011 | 0 | 1100001 | 100 | 1000011 | 1011110 | 110001 |
Color Harmonies of #DAF507
Complementary color
Monochromatic Colors of #DAF507
Black with #DAF507
Text Example
Text Example
White with #DAF507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF507; }
p { color: rgb(218,245,7); }
H1.HeaderClassName
{
color: #DAF507;
}
.AnyTagClassName
{
color: #DAF507;
}
</style>
background-color css
<style>
a { background-color: #DAF507; }
a { background-color: rgb(218,245,7); }
div.DivClassName
{
background-color: #DAF507;
}
.BgClassName
{
background-color: #DAF507;
}
</style>
border-color css
<style>
span { border-color: #DAF507; }
span { border-color: rgb(218,245,7); }
td.TdClassName
{
border-color: #DAF507;
}
.TagClassName
{
border-color: #DAF507;
}
</style>