Shades of Chartreuse Yellow #DAF40A
Tints of Chartreuse Yellow #DAF40A
RGB
CMYK
RGB Variations
Color information
#DAF40A (or 0xDAF40A) is known color: Chartreuse Yellow. HEX triplet: DA, F4 and 0A. RGB value is (218,244,10). Sum of RGB (Red+Green+Blue) = 218+244+10=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 244 (95.70% from 255 or 51.69% from 472); Blue value is 10 (4.30% from 255 or 2.12% from 472); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF40A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF40A is #250BF5. Grayscale: #D2D2D2. Windows color (decimal): -2427894 or 718042. OLE color: 718042.
HSL color Cylindrical-coordinate representation of color #DAF40A: hue angle of 66.67º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DAF40A is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 244 | 10 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.04 |
| HSL | 66.67º | 0.92% | 0.5% | - |
| HSV(B) | 66.67º | 0.96% | 0.96% | - |
| XYZ | 61.32 | 79.63 | 12.43 | - |
| YUV | 209.55 | 15.39 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 244 | 10 | 0.11 | 0 | 0.96 | 0.04 | 66.67 | 0.92 | 0.5 |
| Hex | DA | F4 | A | B | 0 | 60 | 4 | 43 | 5C | 32 |
| Octal | 332 | 364 | 12 | 13 | 0 | 140 | 4 | 103 | 134 | 62 |
| Binary | 11011010 | 11110100 | 1010 | 1011 | 0 | 1100000 | 100 | 1000011 | 1011100 | 110010 |
Color Harmonies of #DAF40A
Complementary color
Monochromatic Colors of #DAF40A
Black with #DAF40A
Text Example
Text Example
White with #DAF40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF40A; }
p { color: rgb(218,244,10); }
H1.HeaderClassName
{
color: #DAF40A;
}
.AnyTagClassName
{
color: #DAF40A;
}
</style>
background-color css
<style>
a { background-color: #DAF40A; }
a { background-color: rgb(218,244,10); }
div.DivClassName
{
background-color: #DAF40A;
}
.BgClassName
{
background-color: #DAF40A;
}
</style>
border-color css
<style>
span { border-color: #DAF40A; }
span { border-color: rgb(218,244,10); }
td.TdClassName
{
border-color: #DAF40A;
}
.TagClassName
{
border-color: #DAF40A;
}
</style>