Shades of Chartreuse Yellow #DADE00
Tints of Chartreuse Yellow #DADE00
RGB
CMYK
RGB Variations
Color information
#DADE00 (or 0xDADE00) is known color: Chartreuse Yellow. HEX triplet: DA, DE and 00. RGB value is (218,222,0). Sum of RGB (Red+Green+Blue) = 218+222+0=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 222 (87.11% from 255 or 50.45% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADE00 is #2521FF. Grayscale: #C4C4C4. Windows color (decimal): -2433536 or 57050. OLE color: 57050.
HSL color Cylindrical-coordinate representation of color #DADE00: hue angle of 61.08º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DADE00 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.13 |
| HSL | 61.08º | 1% | 0.44% | - |
| HSV(B) | 61.08º | 1% | 0.87% | - |
| XYZ | 55.03 | 67.15 | 10.06 | - |
| YUV | 195.5 | 17.67 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 0 | 0.02 | 0 | 1 | 0.13 | 61.08 | 1 | 0.44 |
| Hex | DA | DE | 0 | 2 | 0 | 64 | D | 3D | 64 | 2C |
| Octal | 332 | 336 | 0 | 2 | 0 | 144 | 15 | 75 | 144 | 54 |
| Binary | 11011010 | 11011110 | 0 | 10 | 0 | 1100100 | 1101 | 111101 | 1100100 | 101100 |
Color Harmonies of #DADE00
Complementary color
Monochromatic Colors of #DADE00
Black with #DADE00
Text Example
Text Example
White with #DADE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADE00; }
p { color: rgb(218,222,0); }
H1.HeaderClassName
{
color: #DADE00;
}
.AnyTagClassName
{
color: #DADE00;
}
</style>
background-color css
<style>
a { background-color: #DADE00; }
a { background-color: rgb(218,222,0); }
div.DivClassName
{
background-color: #DADE00;
}
.BgClassName
{
background-color: #DADE00;
}
</style>
border-color css
<style>
span { border-color: #DADE00; }
span { border-color: rgb(218,222,0); }
td.TdClassName
{
border-color: #DADE00;
}
.TagClassName
{
border-color: #DADE00;
}
</style>