Shades of Chartreuse Yellow #DAE80F
Tints of Chartreuse Yellow #DAE80F
RGB
CMYK
RGB Variations
Color information
#DAE80F (or 0xDAE80F) is known color: Chartreuse Yellow. HEX triplet: DA, E8 and 0F. RGB value is (218,232,15). Sum of RGB (Red+Green+Blue) = 218+232+15=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 232 (91.02% from 255 or 49.89% from 465); Blue value is 15 (6.25% from 255 or 3.23% from 465); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE80F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAE80F is #2517F0. Grayscale: #CBCBCB. Windows color (decimal): -2430961 or 1042650. OLE color: 1042650.
HSL color Cylindrical-coordinate representation of color #DAE80F: hue angle of 63.87º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAE80F is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 15 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.09 |
| HSL | 63.87º | 0.88% | 0.48% | - |
| HSV(B) | 63.87º | 0.94% | 0.91% | - |
| XYZ | 57.86 | 72.65 | 11.43 | - |
| YUV | 203.08 | 21.86 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 15 | 0.06 | 0 | 0.94 | 0.09 | 63.87 | 0.88 | 0.48 |
| Hex | DA | E8 | F | 6 | 0 | 5E | 9 | 40 | 58 | 30 |
| Octal | 332 | 350 | 17 | 6 | 0 | 136 | 11 | 100 | 130 | 60 |
| Binary | 11011010 | 11101000 | 1111 | 110 | 0 | 1011110 | 1001 | 1000000 | 1011000 | 110000 |
Color Harmonies of #DAE80F
Complementary color
Monochromatic Colors of #DAE80F
Black with #DAE80F
Text Example
Text Example
White with #DAE80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE80F; }
p { color: rgb(218,232,15); }
H1.HeaderClassName
{
color: #DAE80F;
}
.AnyTagClassName
{
color: #DAE80F;
}
</style>
background-color css
<style>
a { background-color: #DAE80F; }
a { background-color: rgb(218,232,15); }
div.DivClassName
{
background-color: #DAE80F;
}
.BgClassName
{
background-color: #DAE80F;
}
</style>
border-color css
<style>
span { border-color: #DAE80F; }
span { border-color: rgb(218,232,15); }
td.TdClassName
{
border-color: #DAE80F;
}
.TagClassName
{
border-color: #DAE80F;
}
</style>