Shades of Chartreuse Yellow #DAF40E
Tints of Chartreuse Yellow #DAF40E
RGB
CMYK
RGB Variations
Color information
#DAF40E (or 0xDAF40E) is known color: Chartreuse Yellow. HEX triplet: DA, F4 and 0E. RGB value is (218,244,14). Sum of RGB (Red+Green+Blue) = 218+244+14=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 244 (95.70% from 255 or 51.26% from 476); Blue value is 14 (5.86% from 255 or 2.94% from 476); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF40E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAF40E is #250BF1. Grayscale: #D2D2D2. Windows color (decimal): -2427890 or 980186. OLE color: 980186.
HSL color Cylindrical-coordinate representation of color #DAF40E: hue angle of 66.78º degrees, saturation: 0.91, 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 #DAF40E is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 244 | 14 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.04 |
| HSL | 66.78º | 0.91% | 0.51% | - |
| HSV(B) | 66.78º | 0.94% | 0.96% | - |
| XYZ | 61.34 | 79.64 | 12.55 | - |
| YUV | 210.01 | 17.39 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 244 | 14 | 0.11 | 0 | 0.94 | 0.04 | 66.78 | 0.91 | 0.51 |
| Hex | DA | F4 | E | B | 0 | 5E | 4 | 43 | 5B | 33 |
| Octal | 332 | 364 | 16 | 13 | 0 | 136 | 4 | 103 | 133 | 63 |
| Binary | 11011010 | 11110100 | 1110 | 1011 | 0 | 1011110 | 100 | 1000011 | 1011011 | 110011 |
Color Harmonies of #DAF40E
Complementary color
Monochromatic Colors of #DAF40E
Black with #DAF40E
Text Example
Text Example
White with #DAF40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF40E; }
p { color: rgb(218,244,14); }
H1.HeaderClassName
{
color: #DAF40E;
}
.AnyTagClassName
{
color: #DAF40E;
}
</style>
background-color css
<style>
a { background-color: #DAF40E; }
a { background-color: rgb(218,244,14); }
div.DivClassName
{
background-color: #DAF40E;
}
.BgClassName
{
background-color: #DAF40E;
}
</style>
border-color css
<style>
span { border-color: #DAF40E; }
span { border-color: rgb(218,244,14); }
td.TdClassName
{
border-color: #DAF40E;
}
.TagClassName
{
border-color: #DAF40E;
}
</style>