Shades of Chartreuse Yellow #DAEB0E
Tints of Chartreuse Yellow #DAEB0E
RGB
CMYK
RGB Variations
Color information
#DAEB0E (or 0xDAEB0E) is known color: Chartreuse Yellow. HEX triplet: DA, EB and 0E. RGB value is (218,235,14). Sum of RGB (Red+Green+Blue) = 218+235+14=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 235 (92.19% from 255 or 50.32% from 467); Blue value is 14 (5.86% from 255 or 3.00% from 467); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAEB0E is #2514F1. Grayscale: #CDCDCD. Windows color (decimal): -2430194 or 977882. OLE color: 977882.
HSL color Cylindrical-coordinate representation of color #DAEB0E: hue angle of 64.62º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAEB0E is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 235 | 14 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.08 |
| HSL | 64.62º | 0.89% | 0.49% | - |
| HSV(B) | 64.62º | 0.94% | 0.92% | - |
| XYZ | 58.7 | 74.35 | 11.67 | - |
| YUV | 204.72 | 20.37 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 235 | 14 | 0.07 | 0 | 0.94 | 0.08 | 64.62 | 0.89 | 0.49 |
| Hex | DA | EB | E | 7 | 0 | 5E | 8 | 41 | 59 | 31 |
| Octal | 332 | 353 | 16 | 7 | 0 | 136 | 10 | 101 | 131 | 61 |
| Binary | 11011010 | 11101011 | 1110 | 111 | 0 | 1011110 | 1000 | 1000001 | 1011001 | 110001 |
Color Harmonies of #DAEB0E
Complementary color
Monochromatic Colors of #DAEB0E
Black with #DAEB0E
Text Example
Text Example
White with #DAEB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEB0E; }
p { color: rgb(218,235,14); }
H1.HeaderClassName
{
color: #DAEB0E;
}
.AnyTagClassName
{
color: #DAEB0E;
}
</style>
background-color css
<style>
a { background-color: #DAEB0E; }
a { background-color: rgb(218,235,14); }
div.DivClassName
{
background-color: #DAEB0E;
}
.BgClassName
{
background-color: #DAEB0E;
}
</style>
border-color css
<style>
span { border-color: #DAEB0E; }
span { border-color: rgb(218,235,14); }
td.TdClassName
{
border-color: #DAEB0E;
}
.TagClassName
{
border-color: #DAEB0E;
}
</style>