Shades of Chartreuse Yellow #DADF00
Tints of Chartreuse Yellow #DADF00
RGB
CMYK
RGB Variations
Color information
#DADF00 (or 0xDADF00) is known color: Chartreuse Yellow. HEX triplet: DA, DF and 00. RGB value is (218,223,0). Sum of RGB (Red+Green+Blue) = 218+223+0=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADF00 is #2520FF. Grayscale: #C4C4C4. Windows color (decimal): -2433280 or 57306. OLE color: 57306.
HSL color Cylindrical-coordinate representation of color #DADF00: hue angle of 61.35º 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 #DADF00 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.13 |
| HSL | 61.35º | 1% | 0.44% | - |
| HSV(B) | 61.35º | 1% | 0.87% | - |
| XYZ | 55.3 | 67.68 | 10.15 | - |
| YUV | 196.08 | 17.34 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 0 | 0.02 | 0 | 1 | 0.13 | 61.35 | 1 | 0.44 |
| Hex | DA | DF | 0 | 2 | 0 | 64 | D | 3D | 64 | 2C |
| Octal | 332 | 337 | 0 | 2 | 0 | 144 | 15 | 75 | 144 | 54 |
| Binary | 11011010 | 11011111 | 0 | 10 | 0 | 1100100 | 1101 | 111101 | 1100100 | 101100 |
Color Harmonies of #DADF00
Complementary color
Monochromatic Colors of #DADF00
Black with #DADF00
Text Example
Text Example
White with #DADF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADF00; }
p { color: rgb(218,223,0); }
H1.HeaderClassName
{
color: #DADF00;
}
.AnyTagClassName
{
color: #DADF00;
}
</style>
background-color css
<style>
a { background-color: #DADF00; }
a { background-color: rgb(218,223,0); }
div.DivClassName
{
background-color: #DADF00;
}
.BgClassName
{
background-color: #DADF00;
}
</style>
border-color css
<style>
span { border-color: #DADF00; }
span { border-color: rgb(218,223,0); }
td.TdClassName
{
border-color: #DADF00;
}
.TagClassName
{
border-color: #DADF00;
}
</style>