Shades of Chartreuse Yellow #DAE30D
Tints of Chartreuse Yellow #DAE30D
RGB
CMYK
RGB Variations
Color information
#DAE30D (or 0xDAE30D) is known color: Chartreuse Yellow. HEX triplet: DA, E3 and 0D. RGB value is (218,227,13). Sum of RGB (Red+Green+Blue) = 218+227+13=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 227 (89.06% from 255 or 49.56% from 458); Blue value is 13 (5.47% from 255 or 2.84% from 458); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE30D is #251CF2. Grayscale: #C8C8C8. Windows color (decimal): -2432243 or 910298. OLE color: 910298.
HSL color Cylindrical-coordinate representation of color #DAE30D: hue angle of 62.52º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAE30D is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 13 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.11 |
| HSL | 62.52º | 0.89% | 0.47% | - |
| HSV(B) | 62.52º | 0.94% | 0.89% | - |
| XYZ | 56.46 | 69.87 | 10.89 | - |
| YUV | 199.91 | 22.52 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 13 | 0.04 | 0 | 0.94 | 0.11 | 62.52 | 0.89 | 0.47 |
| Hex | DA | E3 | D | 4 | 0 | 5E | B | 3F | 59 | 2F |
| Octal | 332 | 343 | 15 | 4 | 0 | 136 | 13 | 77 | 131 | 57 |
| Binary | 11011010 | 11100011 | 1101 | 100 | 0 | 1011110 | 1011 | 111111 | 1011001 | 101111 |
Color Harmonies of #DAE30D
Complementary color
Monochromatic Colors of #DAE30D
Black with #DAE30D
Text Example
Text Example
White with #DAE30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE30D; }
p { color: rgb(218,227,13); }
H1.HeaderClassName
{
color: #DAE30D;
}
.AnyTagClassName
{
color: #DAE30D;
}
</style>
background-color css
<style>
a { background-color: #DAE30D; }
a { background-color: rgb(218,227,13); }
div.DivClassName
{
background-color: #DAE30D;
}
.BgClassName
{
background-color: #DAE30D;
}
</style>
border-color css
<style>
span { border-color: #DAE30D; }
span { border-color: rgb(218,227,13); }
td.TdClassName
{
border-color: #DAE30D;
}
.TagClassName
{
border-color: #DAE30D;
}
</style>