Shades of Chartreuse Yellow #DAEE10
Tints of Chartreuse Yellow #DAEE10
RGB
CMYK
RGB Variations
Color information
#DAEE10 (or 0xDAEE10) is known color: Chartreuse Yellow. HEX triplet: DA, EE and 10. RGB value is (218,238,16). Sum of RGB (Red+Green+Blue) = 218+238+16=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 238 (93.36% from 255 or 50.42% from 472); Blue value is 16 (6.64% from 255 or 3.39% from 472); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEE10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAEE10 is #2511EF. Grayscale: #CFCFCF. Windows color (decimal): -2429424 or 1109722. OLE color: 1109722.
HSL color Cylindrical-coordinate representation of color #DAEE10: hue angle of 65.41º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAEE10 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 238 | 16 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.07 |
| HSL | 65.41º | 0.87% | 0.5% | - |
| HSV(B) | 65.41º | 0.93% | 0.93% | - |
| XYZ | 59.58 | 76.09 | 12.04 | - |
| YUV | 206.71 | 20.37 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 238 | 16 | 0.08 | 0 | 0.93 | 0.07 | 65.41 | 0.87 | 0.5 |
| Hex | DA | EE | 10 | 8 | 0 | 5D | 7 | 41 | 57 | 32 |
| Octal | 332 | 356 | 20 | 10 | 0 | 135 | 7 | 101 | 127 | 62 |
| Binary | 11011010 | 11101110 | 10000 | 1000 | 0 | 1011101 | 111 | 1000001 | 1010111 | 110010 |
Color Harmonies of #DAEE10
Complementary color
Monochromatic Colors of #DAEE10
Black with #DAEE10
Text Example
Text Example
White with #DAEE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEE10; }
p { color: rgb(218,238,16); }
H1.HeaderClassName
{
color: #DAEE10;
}
.AnyTagClassName
{
color: #DAEE10;
}
</style>
background-color css
<style>
a { background-color: #DAEE10; }
a { background-color: rgb(218,238,16); }
div.DivClassName
{
background-color: #DAEE10;
}
.BgClassName
{
background-color: #DAEE10;
}
</style>
border-color css
<style>
span { border-color: #DAEE10; }
span { border-color: rgb(218,238,16); }
td.TdClassName
{
border-color: #DAEE10;
}
.TagClassName
{
border-color: #DAEE10;
}
</style>