Shades of Chartreuse Yellow #DAE10C
Tints of Chartreuse Yellow #DAE10C
RGB
CMYK
RGB Variations
Color information
#DAE10C (or 0xDAE10C) is known color: Chartreuse Yellow. HEX triplet: DA, E1 and 0C. RGB value is (218,225,12). Sum of RGB (Red+Green+Blue) = 218+225+12=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 225 (88.28% from 255 or 49.45% from 455); Blue value is 12 (5.08% from 255 or 2.64% from 455); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE10C is #251EF3. Grayscale: #C7C7C7. Windows color (decimal): -2432756 or 844250. OLE color: 844250.
HSL color Cylindrical-coordinate representation of color #DAE10C: hue angle of 61.97º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAE10C is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 12 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.12 |
| HSL | 61.97º | 0.9% | 0.46% | - |
| HSV(B) | 61.97º | 0.95% | 0.88% | - |
| XYZ | 55.91 | 68.78 | 10.68 | - |
| YUV | 198.63 | 22.68 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 12 | 0.03 | 0 | 0.95 | 0.12 | 61.97 | 0.9 | 0.46 |
| Hex | DA | E1 | C | 3 | 0 | 5F | C | 3E | 5A | 2E |
| Octal | 332 | 341 | 14 | 3 | 0 | 137 | 14 | 76 | 132 | 56 |
| Binary | 11011010 | 11100001 | 1100 | 11 | 0 | 1011111 | 1100 | 111110 | 1011010 | 101110 |
Color Harmonies of #DAE10C
Complementary color
Monochromatic Colors of #DAE10C
Black with #DAE10C
Text Example
Text Example
White with #DAE10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE10C; }
p { color: rgb(218,225,12); }
H1.HeaderClassName
{
color: #DAE10C;
}
.AnyTagClassName
{
color: #DAE10C;
}
</style>
background-color css
<style>
a { background-color: #DAE10C; }
a { background-color: rgb(218,225,12); }
div.DivClassName
{
background-color: #DAE10C;
}
.BgClassName
{
background-color: #DAE10C;
}
</style>
border-color css
<style>
span { border-color: #DAE10C; }
span { border-color: rgb(218,225,12); }
td.TdClassName
{
border-color: #DAE10C;
}
.TagClassName
{
border-color: #DAE10C;
}
</style>