Shades of Chartreuse Yellow #DAE30A
Tints of Chartreuse Yellow #DAE30A
RGB
CMYK
RGB Variations
Color information
#DAE30A (or 0xDAE30A) is known color: Chartreuse Yellow. HEX triplet: DA, E3 and 0A. RGB value is (218,227,10). Sum of RGB (Red+Green+Blue) = 218+227+10=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 227 (89.06% from 255 or 49.89% from 455); Blue value is 10 (4.30% from 255 or 2.20% from 455); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE30A is #251CF5. Grayscale: #C8C8C8. Windows color (decimal): -2432246 or 713690. OLE color: 713690.
HSL color Cylindrical-coordinate representation of color #DAE30A: hue angle of 62.49º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DAE30A is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 10 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.11 |
| HSL | 62.49º | 0.92% | 0.46% | - |
| HSV(B) | 62.49º | 0.96% | 0.89% | - |
| XYZ | 56.44 | 69.87 | 10.8 | - |
| YUV | 199.57 | 21.02 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 10 | 0.04 | 0 | 0.96 | 0.11 | 62.49 | 0.92 | 0.46 |
| Hex | DA | E3 | A | 4 | 0 | 60 | B | 3E | 5C | 2E |
| Octal | 332 | 343 | 12 | 4 | 0 | 140 | 13 | 76 | 134 | 56 |
| Binary | 11011010 | 11100011 | 1010 | 100 | 0 | 1100000 | 1011 | 111110 | 1011100 | 101110 |
Color Harmonies of #DAE30A
Complementary color
Monochromatic Colors of #DAE30A
Black with #DAE30A
Text Example
Text Example
White with #DAE30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE30A; }
p { color: rgb(218,227,10); }
H1.HeaderClassName
{
color: #DAE30A;
}
.AnyTagClassName
{
color: #DAE30A;
}
</style>
background-color css
<style>
a { background-color: #DAE30A; }
a { background-color: rgb(218,227,10); }
div.DivClassName
{
background-color: #DAE30A;
}
.BgClassName
{
background-color: #DAE30A;
}
</style>
border-color css
<style>
span { border-color: #DAE30A; }
span { border-color: rgb(218,227,10); }
td.TdClassName
{
border-color: #DAE30A;
}
.TagClassName
{
border-color: #DAE30A;
}
</style>