Shades of Chartreuse Yellow #DADD00
Tints of Chartreuse Yellow #DADD00
RGB
CMYK
RGB Variations
Color information
#DADD00 (or 0xDADD00) is known color: Chartreuse Yellow. HEX triplet: DA, DD and 00. RGB value is (218,221,0). Sum of RGB (Red+Green+Blue) = 218+221+0=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADD00 is #2522FF. Grayscale: #C3C3C3. Windows color (decimal): -2433792 or 56794. OLE color: 56794.
HSL color Cylindrical-coordinate representation of color #DADD00: hue angle of 60.81º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DADD00 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0.13 |
| HSL | 60.81º | 1% | 0.43% | - |
| HSV(B) | 60.81º | 1% | 0.87% | - |
| XYZ | 54.77 | 66.62 | 9.97 | - |
| YUV | 194.91 | 18.01 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 0 | 0.01 | 0 | 1 | 0.13 | 60.81 | 1 | 0.43 |
| Hex | DA | DD | 0 | 1 | 0 | 64 | D | 3D | 64 | 2B |
| Octal | 332 | 335 | 0 | 1 | 0 | 144 | 15 | 75 | 144 | 53 |
| Binary | 11011010 | 11011101 | 0 | 1 | 0 | 1100100 | 1101 | 111101 | 1100100 | 101011 |
Color Harmonies of #DADD00
Complementary color
Monochromatic Colors of #DADD00
Black with #DADD00
Text Example
Text Example
White with #DADD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD00; }
p { color: rgb(218,221,0); }
H1.HeaderClassName
{
color: #DADD00;
}
.AnyTagClassName
{
color: #DADD00;
}
</style>
background-color css
<style>
a { background-color: #DADD00; }
a { background-color: rgb(218,221,0); }
div.DivClassName
{
background-color: #DADD00;
}
.BgClassName
{
background-color: #DADD00;
}
</style>
border-color css
<style>
span { border-color: #DADD00; }
span { border-color: rgb(218,221,0); }
td.TdClassName
{
border-color: #DADD00;
}
.TagClassName
{
border-color: #DADD00;
}
</style>