Shades of Chartreuse Yellow #DAF510
Tints of Chartreuse Yellow #DAF510
RGB
CMYK
RGB Variations
Color information
#DAF510 (or 0xDAF510) is known color: Chartreuse Yellow. HEX triplet: DA, F5 and 10. RGB value is (218,245,16). Sum of RGB (Red+Green+Blue) = 218+245+16=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 245 (96.09% from 255 or 51.15% from 479); Blue value is 16 (6.64% from 255 or 3.34% from 479); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF510 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF510 is #250AEF. Grayscale: #D3D3D3. Windows color (decimal): -2427632 or 1111514. OLE color: 1111514.
HSL color Cylindrical-coordinate representation of color #DAF510: hue angle of 67.07º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAF510 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 16 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.04 |
| HSL | 67.07º | 0.92% | 0.51% | - |
| HSV(B) | 67.07º | 0.93% | 0.96% | - |
| XYZ | 61.66 | 80.25 | 12.73 | - |
| YUV | 210.82 | 18.05 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 16 | 0.11 | 0 | 0.93 | 0.04 | 67.07 | 0.92 | 0.51 |
| Hex | DA | F5 | 10 | B | 0 | 5D | 4 | 43 | 5C | 33 |
| Octal | 332 | 365 | 20 | 13 | 0 | 135 | 4 | 103 | 134 | 63 |
| Binary | 11011010 | 11110101 | 10000 | 1011 | 0 | 1011101 | 100 | 1000011 | 1011100 | 110011 |
Color Harmonies of #DAF510
Complementary color
Monochromatic Colors of #DAF510
Black with #DAF510
Text Example
Text Example
White with #DAF510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF510; }
p { color: rgb(218,245,16); }
H1.HeaderClassName
{
color: #DAF510;
}
.AnyTagClassName
{
color: #DAF510;
}
</style>
background-color css
<style>
a { background-color: #DAF510; }
a { background-color: rgb(218,245,16); }
div.DivClassName
{
background-color: #DAF510;
}
.BgClassName
{
background-color: #DAF510;
}
</style>
border-color css
<style>
span { border-color: #DAF510; }
span { border-color: rgb(218,245,16); }
td.TdClassName
{
border-color: #DAF510;
}
.TagClassName
{
border-color: #DAF510;
}
</style>