Shades of Chartreuse Yellow #DADC01
Tints of Chartreuse Yellow #DADC01
RGB
CMYK
RGB Variations
Color information
#DADC01 (or 0xDADC01) is known color: Chartreuse Yellow. HEX triplet: DA, DC and 01. RGB value is (218,220,1). Sum of RGB (Red+Green+Blue) = 218+220+1=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 1 (0.78% from 255 or 0.23% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADC01 is #2523FE. Grayscale: #C3C3C3. Windows color (decimal): -2434047 or 122074. OLE color: 122074.
HSL color Cylindrical-coordinate representation of color #DADC01: hue angle of 60.55º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DADC01 is Cyan = 0.01, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 1 | - |
| CMYK | 0.01 | 0 | 1.00 | 0.14 |
| HSL | 60.55º | 0.99% | 0.43% | - |
| HSV(B) | 60.55º | 1% | 0.86% | - |
| XYZ | 54.51 | 66.09 | 9.91 | - |
| YUV | 194.44 | 18.84 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 1 | 0.01 | 0 | 1.00 | 0.14 | 60.55 | 0.99 | 0.43 |
| Hex | DA | DC | 1 | 1 | 0 | 64 | E | 3D | 63 | 2B |
| Octal | 332 | 334 | 1 | 1 | 0 | 144 | 16 | 75 | 143 | 53 |
| Binary | 11011010 | 11011100 | 1 | 1 | 0 | 1100100 | 1110 | 111101 | 1100011 | 101011 |
Color Harmonies of #DADC01
Complementary color
Monochromatic Colors of #DADC01
Black with #DADC01
Text Example
Text Example
White with #DADC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADC01; }
p { color: rgb(218,220,1); }
H1.HeaderClassName
{
color: #DADC01;
}
.AnyTagClassName
{
color: #DADC01;
}
</style>
background-color css
<style>
a { background-color: #DADC01; }
a { background-color: rgb(218,220,1); }
div.DivClassName
{
background-color: #DADC01;
}
.BgClassName
{
background-color: #DADC01;
}
</style>
border-color css
<style>
span { border-color: #DADC01; }
span { border-color: rgb(218,220,1); }
td.TdClassName
{
border-color: #DADC01;
}
.TagClassName
{
border-color: #DADC01;
}
</style>