Shades of Chartreuse Yellow #DAF614
Tints of Chartreuse Yellow #DAF614
RGB
CMYK
RGB Variations
Color information
#DAF614 (or 0xDAF614) is known color: Chartreuse Yellow. HEX triplet: DA, F6 and 14. RGB value is (218,246,20). Sum of RGB (Red+Green+Blue) = 218+246+20=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 246 (96.48% from 255 or 50.83% from 484); Blue value is 20 (8.20% from 255 or 4.13% from 484); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF614 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF614 is #2509EB. Grayscale: #D4D4D4. Windows color (decimal): -2427372 or 1373914. OLE color: 1373914.
HSL color Cylindrical-coordinate representation of color #DAF614: hue angle of 67.43º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAF614 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 246 | 20 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.04 |
| HSL | 67.43º | 0.93% | 0.52% | - |
| HSV(B) | 67.43º | 0.92% | 0.96% | - |
| XYZ | 62 | 80.87 | 13 | - |
| YUV | 211.86 | 19.72 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 246 | 20 | 0.11 | 0 | 0.92 | 0.04 | 67.43 | 0.93 | 0.52 |
| Hex | DA | F6 | 14 | B | 0 | 5C | 4 | 43 | 5D | 34 |
| Octal | 332 | 366 | 24 | 13 | 0 | 134 | 4 | 103 | 135 | 64 |
| Binary | 11011010 | 11110110 | 10100 | 1011 | 0 | 1011100 | 100 | 1000011 | 1011101 | 110100 |
Color Harmonies of #DAF614
Complementary color
Monochromatic Colors of #DAF614
Black with #DAF614
Text Example
Text Example
White with #DAF614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF614; }
p { color: rgb(218,246,20); }
H1.HeaderClassName
{
color: #DAF614;
}
.AnyTagClassName
{
color: #DAF614;
}
</style>
background-color css
<style>
a { background-color: #DAF614; }
a { background-color: rgb(218,246,20); }
div.DivClassName
{
background-color: #DAF614;
}
.BgClassName
{
background-color: #DAF614;
}
</style>
border-color css
<style>
span { border-color: #DAF614; }
span { border-color: rgb(218,246,20); }
td.TdClassName
{
border-color: #DAF614;
}
.TagClassName
{
border-color: #DAF614;
}
</style>