Shades of Chartreuse Yellow #DADE03
Tints of Chartreuse Yellow #DADE03
RGB
CMYK
RGB Variations
Color information
#DADE03 (or 0xDADE03) is known color: Chartreuse Yellow. HEX triplet: DA, DE and 03. RGB value is (218,222,3). Sum of RGB (Red+Green+Blue) = 218+222+3=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 222 (87.11% from 255 or 50.11% from 443); Blue value is 3 (1.56% from 255 or 0.68% from 443); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADE03 is #2521FC. Grayscale: #C4C4C4. Windows color (decimal): -2433533 or 253658. OLE color: 253658.
HSL color Cylindrical-coordinate representation of color #DADE03: hue angle of 61.1º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DADE03 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 3 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.13 |
| HSL | 61.1º | 0.97% | 0.44% | - |
| HSV(B) | 61.1º | 0.99% | 0.87% | - |
| XYZ | 55.05 | 67.15 | 10.15 | - |
| YUV | 195.84 | 19.17 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 3 | 0.02 | 0 | 0.99 | 0.13 | 61.1 | 0.97 | 0.44 |
| Hex | DA | DE | 3 | 2 | 0 | 63 | D | 3D | 61 | 2C |
| Octal | 332 | 336 | 3 | 2 | 0 | 143 | 15 | 75 | 141 | 54 |
| Binary | 11011010 | 11011110 | 11 | 10 | 0 | 1100011 | 1101 | 111101 | 1100001 | 101100 |
Color Harmonies of #DADE03
Complementary color
Monochromatic Colors of #DADE03
Black with #DADE03
Text Example
Text Example
White with #DADE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE03; }
p { color: rgb(218,222,3); }
H1.HeaderClassName
{
color: #DADE03;
}
.AnyTagClassName
{
color: #DADE03;
}
</style>
background-color css
<style>
a { background-color: #DADE03; }
a { background-color: rgb(218,222,3); }
div.DivClassName
{
background-color: #DADE03;
}
.BgClassName
{
background-color: #DADE03;
}
</style>
border-color css
<style>
span { border-color: #DADE03; }
span { border-color: rgb(218,222,3); }
td.TdClassName
{
border-color: #DADE03;
}
.TagClassName
{
border-color: #DADE03;
}
</style>