Shades of Chartreuse Yellow #DAEB0D
Tints of Chartreuse Yellow #DAEB0D
RGB
CMYK
RGB Variations
Color information
#DAEB0D (or 0xDAEB0D) is known color: Chartreuse Yellow. HEX triplet: DA, EB and 0D. RGB value is (218,235,13). Sum of RGB (Red+Green+Blue) = 218+235+13=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 235 (92.19% from 255 or 50.43% from 466); Blue value is 13 (5.47% from 255 or 2.79% from 466); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAEB0D is #2514F2. Grayscale: #CDCDCD. Windows color (decimal): -2430195 or 912346. OLE color: 912346.
HSL color Cylindrical-coordinate representation of color #DAEB0D: hue angle of 64.59º degrees, saturation: 0.9, 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 #DAEB0D is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 235 | 13 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.08 |
| HSL | 64.59º | 0.9% | 0.49% | - |
| HSV(B) | 64.59º | 0.94% | 0.92% | - |
| XYZ | 58.69 | 74.35 | 11.64 | - |
| YUV | 204.61 | 19.87 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 235 | 13 | 0.07 | 0 | 0.94 | 0.08 | 64.59 | 0.9 | 0.49 |
| Hex | DA | EB | D | 7 | 0 | 5E | 8 | 41 | 5A | 31 |
| Octal | 332 | 353 | 15 | 7 | 0 | 136 | 10 | 101 | 132 | 61 |
| Binary | 11011010 | 11101011 | 1101 | 111 | 0 | 1011110 | 1000 | 1000001 | 1011010 | 110001 |
Color Harmonies of #DAEB0D
Complementary color
Monochromatic Colors of #DAEB0D
Black with #DAEB0D
Text Example
Text Example
White with #DAEB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEB0D; }
p { color: rgb(218,235,13); }
H1.HeaderClassName
{
color: #DAEB0D;
}
.AnyTagClassName
{
color: #DAEB0D;
}
</style>
background-color css
<style>
a { background-color: #DAEB0D; }
a { background-color: rgb(218,235,13); }
div.DivClassName
{
background-color: #DAEB0D;
}
.BgClassName
{
background-color: #DAEB0D;
}
</style>
border-color css
<style>
span { border-color: #DAEB0D; }
span { border-color: rgb(218,235,13); }
td.TdClassName
{
border-color: #DAEB0D;
}
.TagClassName
{
border-color: #DAEB0D;
}
</style>