Shades of Chartreuse Yellow #DAE50C
Tints of Chartreuse Yellow #DAE50C
RGB
CMYK
RGB Variations
Color information
#DAE50C (or 0xDAE50C) is known color: Chartreuse Yellow. HEX triplet: DA, E5 and 0C. RGB value is (218,229,12). Sum of RGB (Red+Green+Blue) = 218+229+12=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 229 (89.84% from 255 or 49.89% from 459); Blue value is 12 (5.08% from 255 or 2.61% from 459); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE50C is #251AF3. Grayscale: #C9C9C9. Windows color (decimal): -2431732 or 845274. OLE color: 845274.
HSL color Cylindrical-coordinate representation of color #DAE50C: hue angle of 63.04º degrees, saturation: 0.9, 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 #DAE50C is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 12 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.10 |
| HSL | 63.04º | 0.9% | 0.47% | - |
| HSV(B) | 63.04º | 0.95% | 0.9% | - |
| XYZ | 57 | 70.97 | 11.04 | - |
| YUV | 200.97 | 21.36 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 12 | 0.05 | 0 | 0.95 | 0.10 | 63.04 | 0.9 | 0.47 |
| Hex | DA | E5 | C | 5 | 0 | 5F | A | 3F | 5A | 2F |
| Octal | 332 | 345 | 14 | 5 | 0 | 137 | 12 | 77 | 132 | 57 |
| Binary | 11011010 | 11100101 | 1100 | 101 | 0 | 1011111 | 1010 | 111111 | 1011010 | 101111 |
Color Harmonies of #DAE50C
Complementary color
Monochromatic Colors of #DAE50C
Black with #DAE50C
Text Example
Text Example
White with #DAE50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE50C; }
p { color: rgb(218,229,12); }
H1.HeaderClassName
{
color: #DAE50C;
}
.AnyTagClassName
{
color: #DAE50C;
}
</style>
background-color css
<style>
a { background-color: #DAE50C; }
a { background-color: rgb(218,229,12); }
div.DivClassName
{
background-color: #DAE50C;
}
.BgClassName
{
background-color: #DAE50C;
}
</style>
border-color css
<style>
span { border-color: #DAE50C; }
span { border-color: rgb(218,229,12); }
td.TdClassName
{
border-color: #DAE50C;
}
.TagClassName
{
border-color: #DAE50C;
}
</style>