Shades of Chartreuse Yellow #DCFF1E
Tints of Chartreuse Yellow #DCFF1E
RGB
CMYK
RGB Variations
Color information
#DCFF1E (or 0xDCFF1E) is known color: Chartreuse Yellow. HEX triplet: DC, FF and 1E. RGB value is (220,255,30). Sum of RGB (Red+Green+Blue) = 220+255+30=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 30 (12.11% from 255 or 5.94% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFF1E is #2300E1. Grayscale: #DBDBDB. Windows color (decimal): -2293986 or 2031580. OLE color: 2031580.
HSL color Cylindrical-coordinate representation of color #DCFF1E: hue angle of 69.33º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCFF1E is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 30 | - |
| CMYK | 0.14 | 0 | 0.88 | 0 |
| HSL | 69.33º | 1% | 0.56% | - |
| HSV(B) | 69.33º | 0.88% | 1% | - |
| XYZ | 65.51 | 86.83 | 14.54 | - |
| YUV | 218.89 | 21.4 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 30 | 0.14 | 0 | 0.88 | 0 | 69.33 | 1 | 0.56 |
| Hex | DC | FF | 1E | E | 0 | 58 | 0 | 45 | 64 | 38 |
| Octal | 334 | 377 | 36 | 16 | 0 | 130 | 0 | 105 | 144 | 70 |
| Binary | 11011100 | 11111111 | 11110 | 1110 | 0 | 1011000 | 0 | 1000101 | 1100100 | 111000 |
Color Harmonies of #DCFF1E
Complementary color
Monochromatic Colors of #DCFF1E
Black with #DCFF1E
Text Example
Text Example
White with #DCFF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF1E; }
p { color: rgb(220,255,30); }
H1.HeaderClassName
{
color: #DCFF1E;
}
.AnyTagClassName
{
color: #DCFF1E;
}
</style>
background-color css
<style>
a { background-color: #DCFF1E; }
a { background-color: rgb(220,255,30); }
div.DivClassName
{
background-color: #DCFF1E;
}
.BgClassName
{
background-color: #DCFF1E;
}
</style>
border-color css
<style>
span { border-color: #DCFF1E; }
span { border-color: rgb(220,255,30); }
td.TdClassName
{
border-color: #DCFF1E;
}
.TagClassName
{
border-color: #DCFF1E;
}
</style>