Shades of Chartreuse Yellow #DCFC00
Tints of Chartreuse Yellow #DCFC00
RGB
CMYK
RGB Variations
Color information
#DCFC00 (or 0xDCFC00) is known color: Chartreuse Yellow. HEX triplet: DC, FC and 00. RGB value is (220,252,0). Sum of RGB (Red+Green+Blue) = 220+252+0=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 252 (98.83% from 255 or 53.39% from 472); Blue value is 0 (0.39% from 255 or 0% from 472); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFC00 is #2303FF. Grayscale: #D6D6D6. Windows color (decimal): -2294784 or 64732. OLE color: 64732.
HSL color Cylindrical-coordinate representation of color #DCFC00: hue angle of 67.62º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCFC00 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.01 |
| HSL | 67.62º | 1% | 0.49% | - |
| HSV(B) | 67.62º | 1% | 0.99% | - |
| XYZ | 64.33 | 84.84 | 12.98 | - |
| YUV | 213.7 | 7.4 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 0 | 0.13 | 0 | 1 | 0.01 | 67.62 | 1 | 0.49 |
| Hex | DC | FC | 0 | D | 0 | 64 | 1 | 44 | 64 | 31 |
| Octal | 334 | 374 | 0 | 15 | 0 | 144 | 1 | 104 | 144 | 61 |
| Binary | 11011100 | 11111100 | 0 | 1101 | 0 | 1100100 | 1 | 1000100 | 1100100 | 110001 |
Color Harmonies of #DCFC00
Complementary color
Monochromatic Colors of #DCFC00
Black with #DCFC00
Text Example
Text Example
White with #DCFC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC00; }
p { color: rgb(220,252,0); }
H1.HeaderClassName
{
color: #DCFC00;
}
.AnyTagClassName
{
color: #DCFC00;
}
</style>
background-color css
<style>
a { background-color: #DCFC00; }
a { background-color: rgb(220,252,0); }
div.DivClassName
{
background-color: #DCFC00;
}
.BgClassName
{
background-color: #DCFC00;
}
</style>
border-color css
<style>
span { border-color: #DCFC00; }
span { border-color: rgb(220,252,0); }
td.TdClassName
{
border-color: #DCFC00;
}
.TagClassName
{
border-color: #DCFC00;
}
</style>