Shades of Chartreuse Yellow #DAE50B
Tints of Chartreuse Yellow #DAE50B
RGB
CMYK
RGB Variations
Color information
#DAE50B (or 0xDAE50B) is known color: Chartreuse Yellow. HEX triplet: DA, E5 and 0B. RGB value is (218,229,11). Sum of RGB (Red+Green+Blue) = 218+229+11=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 229 (89.84% from 255 or 50% from 458); Blue value is 11 (4.69% from 255 or 2.40% from 458); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE50B is #251AF4. Grayscale: #C9C9C9. Windows color (decimal): -2431733 or 779738. OLE color: 779738.
HSL color Cylindrical-coordinate representation of color #DAE50B: hue angle of 63.03º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAE50B is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 11 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.10 |
| HSL | 63.03º | 0.91% | 0.47% | - |
| HSV(B) | 63.03º | 0.95% | 0.9% | - |
| XYZ | 56.99 | 70.97 | 11.01 | - |
| YUV | 200.86 | 20.86 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 11 | 0.05 | 0 | 0.95 | 0.10 | 63.03 | 0.91 | 0.47 |
| Hex | DA | E5 | B | 5 | 0 | 5F | A | 3F | 5B | 2F |
| Octal | 332 | 345 | 13 | 5 | 0 | 137 | 12 | 77 | 133 | 57 |
| Binary | 11011010 | 11100101 | 1011 | 101 | 0 | 1011111 | 1010 | 111111 | 1011011 | 101111 |
Color Harmonies of #DAE50B
Complementary color
Monochromatic Colors of #DAE50B
Black with #DAE50B
Text Example
Text Example
White with #DAE50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE50B; }
p { color: rgb(218,229,11); }
H1.HeaderClassName
{
color: #DAE50B;
}
.AnyTagClassName
{
color: #DAE50B;
}
</style>
background-color css
<style>
a { background-color: #DAE50B; }
a { background-color: rgb(218,229,11); }
div.DivClassName
{
background-color: #DAE50B;
}
.BgClassName
{
background-color: #DAE50B;
}
</style>
border-color css
<style>
span { border-color: #DAE50B; }
span { border-color: rgb(218,229,11); }
td.TdClassName
{
border-color: #DAE50B;
}
.TagClassName
{
border-color: #DAE50B;
}
</style>