Shades of Chartreuse Yellow #DAF514
Tints of Chartreuse Yellow #DAF514
RGB
CMYK
RGB Variations
Color information
#DAF514 (or 0xDAF514) is known color: Chartreuse Yellow. HEX triplet: DA, F5 and 14. RGB value is (218,245,20). Sum of RGB (Red+Green+Blue) = 218+245+20=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 245 (96.09% from 255 or 50.72% from 483); Blue value is 20 (8.20% from 255 or 4.14% from 483); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF514 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF514 is #250AEB. Grayscale: #D4D4D4. Windows color (decimal): -2427628 or 1373658. OLE color: 1373658.
HSL color Cylindrical-coordinate representation of color #DAF514: hue angle of 67.2º degrees, saturation: 0.92, 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 #DAF514 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 20 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.04 |
| HSL | 67.2º | 0.92% | 0.52% | - |
| HSV(B) | 67.2º | 0.92% | 0.96% | - |
| XYZ | 61.69 | 80.26 | 12.9 | - |
| YUV | 211.28 | 20.05 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 20 | 0.11 | 0 | 0.92 | 0.04 | 67.2 | 0.92 | 0.52 |
| Hex | DA | F5 | 14 | B | 0 | 5C | 4 | 43 | 5C | 34 |
| Octal | 332 | 365 | 24 | 13 | 0 | 134 | 4 | 103 | 134 | 64 |
| Binary | 11011010 | 11110101 | 10100 | 1011 | 0 | 1011100 | 100 | 1000011 | 1011100 | 110100 |
Color Harmonies of #DAF514
Complementary color
Monochromatic Colors of #DAF514
Black with #DAF514
Text Example
Text Example
White with #DAF514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF514; }
p { color: rgb(218,245,20); }
H1.HeaderClassName
{
color: #DAF514;
}
.AnyTagClassName
{
color: #DAF514;
}
</style>
background-color css
<style>
a { background-color: #DAF514; }
a { background-color: rgb(218,245,20); }
div.DivClassName
{
background-color: #DAF514;
}
.BgClassName
{
background-color: #DAF514;
}
</style>
border-color css
<style>
span { border-color: #DAF514; }
span { border-color: rgb(218,245,20); }
td.TdClassName
{
border-color: #DAF514;
}
.TagClassName
{
border-color: #DAF514;
}
</style>