Shades of Chartreuse Yellow #DCFE00
Tints of Chartreuse Yellow #DCFE00
RGB
CMYK
RGB Variations
Color information
#DCFE00 (or 0xDCFE00) is known color: Chartreuse Yellow. HEX triplet: DC, FE and 00. RGB value is (220,254,0). Sum of RGB (Red+Green+Blue) = 220+254+0=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 254 (99.61% from 255 or 53.59% from 474); Blue value is 0 (0.39% from 255 or 0% from 474); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFE00 is #2301FF. Grayscale: #D7D7D7. Windows color (decimal): -2294272 or 65244. OLE color: 65244.
HSL color Cylindrical-coordinate representation of color #DCFE00: hue angle of 68.03º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCFE00 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.00 |
| HSL | 68.03º | 1% | 0.5% | - |
| HSV(B) | 68.03º | 1% | 1% | - |
| XYZ | 64.96 | 86.1 | 13.2 | - |
| YUV | 214.88 | 6.74 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 0 | 0.13 | 0 | 1 | 0.00 | 68.03 | 1 | 0.5 |
| Hex | DC | FE | 0 | D | 0 | 64 | 0 | 44 | 64 | 32 |
| Octal | 334 | 376 | 0 | 15 | 0 | 144 | 0 | 104 | 144 | 62 |
| Binary | 11011100 | 11111110 | 0 | 1101 | 0 | 1100100 | 0 | 1000100 | 1100100 | 110010 |
Color Harmonies of #DCFE00
Complementary color
Monochromatic Colors of #DCFE00
Black with #DCFE00
Text Example
Text Example
White with #DCFE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE00; }
p { color: rgb(220,254,0); }
H1.HeaderClassName
{
color: #DCFE00;
}
.AnyTagClassName
{
color: #DCFE00;
}
</style>
background-color css
<style>
a { background-color: #DCFE00; }
a { background-color: rgb(220,254,0); }
div.DivClassName
{
background-color: #DCFE00;
}
.BgClassName
{
background-color: #DCFE00;
}
</style>
border-color css
<style>
span { border-color: #DCFE00; }
span { border-color: rgb(220,254,0); }
td.TdClassName
{
border-color: #DCFE00;
}
.TagClassName
{
border-color: #DCFE00;
}
</style>