Shades of Chartreuse Yellow #DAF60F
Tints of Chartreuse Yellow #DAF60F
RGB
CMYK
RGB Variations
Color information
#DAF60F (or 0xDAF60F) is known color: Chartreuse Yellow. HEX triplet: DA, F6 and 0F. RGB value is (218,246,15). Sum of RGB (Red+Green+Blue) = 218+246+15=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 246 (96.48% from 255 or 51.36% from 479); Blue value is 15 (6.25% from 255 or 3.13% from 479); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF60F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF60F is #2509F0. Grayscale: #D4D4D4. Windows color (decimal): -2427377 or 1046234. OLE color: 1046234.
HSL color Cylindrical-coordinate representation of color #DAF60F: hue angle of 67.27º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAF60F is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 15 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.04 |
| HSL | 67.27º | 0.93% | 0.51% | - |
| HSV(B) | 67.27º | 0.94% | 0.96% | - |
| XYZ | 61.96 | 80.85 | 12.79 | - |
| YUV | 211.29 | 17.22 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 15 | 0.11 | 0 | 0.94 | 0.04 | 67.27 | 0.93 | 0.51 |
| Hex | DA | F6 | F | B | 0 | 5E | 4 | 43 | 5D | 33 |
| Octal | 332 | 366 | 17 | 13 | 0 | 136 | 4 | 103 | 135 | 63 |
| Binary | 11011010 | 11110110 | 1111 | 1011 | 0 | 1011110 | 100 | 1000011 | 1011101 | 110011 |
Color Harmonies of #DAF60F
Complementary color
Monochromatic Colors of #DAF60F
Black with #DAF60F
Text Example
Text Example
White with #DAF60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF60F; }
p { color: rgb(218,246,15); }
H1.HeaderClassName
{
color: #DAF60F;
}
.AnyTagClassName
{
color: #DAF60F;
}
</style>
background-color css
<style>
a { background-color: #DAF60F; }
a { background-color: rgb(218,246,15); }
div.DivClassName
{
background-color: #DAF60F;
}
.BgClassName
{
background-color: #DAF60F;
}
</style>
border-color css
<style>
span { border-color: #DAF60F; }
span { border-color: rgb(218,246,15); }
td.TdClassName
{
border-color: #DAF60F;
}
.TagClassName
{
border-color: #DAF60F;
}
</style>