Shades of Chartreuse Yellow #DAEA10
Tints of Chartreuse Yellow #DAEA10
RGB
CMYK
RGB Variations
Color information
#DAEA10 (or 0xDAEA10) is known color: Chartreuse Yellow. HEX triplet: DA, EA and 10. RGB value is (218,234,16). Sum of RGB (Red+Green+Blue) = 218+234+16=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 234 (91.80% from 255 or 50% from 468); Blue value is 16 (6.64% from 255 or 3.42% from 468); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAEA10 is #2515EF. Grayscale: #CDCDCD. Windows color (decimal): -2430448 or 1108698. OLE color: 1108698.
HSL color Cylindrical-coordinate representation of color #DAEA10: hue angle of 64.4º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAEA10 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 16 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.08 |
| HSL | 64.4º | 0.87% | 0.49% | - |
| HSV(B) | 64.4º | 0.93% | 0.92% | - |
| XYZ | 58.43 | 73.79 | 11.65 | - |
| YUV | 204.36 | 21.7 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 16 | 0.07 | 0 | 0.93 | 0.08 | 64.4 | 0.87 | 0.49 |
| Hex | DA | EA | 10 | 7 | 0 | 5D | 8 | 40 | 57 | 31 |
| Octal | 332 | 352 | 20 | 7 | 0 | 135 | 10 | 100 | 127 | 61 |
| Binary | 11011010 | 11101010 | 10000 | 111 | 0 | 1011101 | 1000 | 1000000 | 1010111 | 110001 |
Color Harmonies of #DAEA10
Complementary color
Monochromatic Colors of #DAEA10
Black with #DAEA10
Text Example
Text Example
White with #DAEA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA10; }
p { color: rgb(218,234,16); }
H1.HeaderClassName
{
color: #DAEA10;
}
.AnyTagClassName
{
color: #DAEA10;
}
</style>
background-color css
<style>
a { background-color: #DAEA10; }
a { background-color: rgb(218,234,16); }
div.DivClassName
{
background-color: #DAEA10;
}
.BgClassName
{
background-color: #DAEA10;
}
</style>
border-color css
<style>
span { border-color: #DAEA10; }
span { border-color: rgb(218,234,16); }
td.TdClassName
{
border-color: #DAEA10;
}
.TagClassName
{
border-color: #DAEA10;
}
</style>