Shades of Chartreuse Yellow #DCDF00
Tints of Chartreuse Yellow #DCDF00
RGB
CMYK
RGB Variations
Color information
#DCDF00 (or 0xDCDF00) is known color: Chartreuse Yellow. HEX triplet: DC, DF and 00. RGB value is (220,223,0). Sum of RGB (Red+Green+Blue) = 220+223+0=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 0 (0.39% from 255 or 0% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCDF00 is #2320FF. Grayscale: #C5C5C5. Windows color (decimal): -2302208 or 57308. OLE color: 57308.
HSL color Cylindrical-coordinate representation of color #DCDF00: hue angle of 60.81º 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 #DCDF00 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0.13 |
| HSL | 60.81º | 1% | 0.44% | - |
| HSV(B) | 60.81º | 1% | 0.87% | - |
| XYZ | 55.9 | 67.99 | 10.18 | - |
| YUV | 196.68 | 17.01 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 0 | 0.01 | 0 | 1 | 0.13 | 60.81 | 1 | 0.44 |
| Hex | DC | DF | 0 | 1 | 0 | 64 | D | 3D | 64 | 2C |
| Octal | 334 | 337 | 0 | 1 | 0 | 144 | 15 | 75 | 144 | 54 |
| Binary | 11011100 | 11011111 | 0 | 1 | 0 | 1100100 | 1101 | 111101 | 1100100 | 101100 |
Color Harmonies of #DCDF00
Complementary color
Monochromatic Colors of #DCDF00
Black with #DCDF00
Text Example
Text Example
White with #DCDF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF00; }
p { color: rgb(220,223,0); }
H1.HeaderClassName
{
color: #DCDF00;
}
.AnyTagClassName
{
color: #DCDF00;
}
</style>
background-color css
<style>
a { background-color: #DCDF00; }
a { background-color: rgb(220,223,0); }
div.DivClassName
{
background-color: #DCDF00;
}
.BgClassName
{
background-color: #DCDF00;
}
</style>
border-color css
<style>
span { border-color: #DCDF00; }
span { border-color: rgb(220,223,0); }
td.TdClassName
{
border-color: #DCDF00;
}
.TagClassName
{
border-color: #DCDF00;
}
</style>