Shades of Chartreuse Yellow #DAEC14
Tints of Chartreuse Yellow #DAEC14
RGB
CMYK
RGB Variations
Color information
#DAEC14 (or 0xDAEC14) is known color: Chartreuse Yellow. HEX triplet: DA, EC and 14. RGB value is (218,236,20). Sum of RGB (Red+Green+Blue) = 218+236+20=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 20 (8.20% from 255 or 4.22% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAEC14 is #2513EB. Grayscale: #CECECE. Windows color (decimal): -2429932 or 1371354. OLE color: 1371354.
HSL color Cylindrical-coordinate representation of color #DAEC14: hue angle of 65º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAEC14 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 20 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.07 |
| HSL | 65º | 0.85% | 0.5% | - |
| HSV(B) | 65º | 0.92% | 0.93% | - |
| XYZ | 59.04 | 74.95 | 12.02 | - |
| YUV | 205.99 | 23.04 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 20 | 0.08 | 0 | 0.92 | 0.07 | 65 | 0.85 | 0.5 |
| Hex | DA | EC | 14 | 8 | 0 | 5C | 7 | 41 | 55 | 32 |
| Octal | 332 | 354 | 24 | 10 | 0 | 134 | 7 | 101 | 125 | 62 |
| Binary | 11011010 | 11101100 | 10100 | 1000 | 0 | 1011100 | 111 | 1000001 | 1010101 | 110010 |
Color Harmonies of #DAEC14
Complementary color
Monochromatic Colors of #DAEC14
Black with #DAEC14
Text Example
Text Example
White with #DAEC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEC14; }
p { color: rgb(218,236,20); }
H1.HeaderClassName
{
color: #DAEC14;
}
.AnyTagClassName
{
color: #DAEC14;
}
</style>
background-color css
<style>
a { background-color: #DAEC14; }
a { background-color: rgb(218,236,20); }
div.DivClassName
{
background-color: #DAEC14;
}
.BgClassName
{
background-color: #DAEC14;
}
</style>
border-color css
<style>
span { border-color: #DAEC14; }
span { border-color: rgb(218,236,20); }
td.TdClassName
{
border-color: #DAEC14;
}
.TagClassName
{
border-color: #DAEC14;
}
</style>