Shades of Chartreuse Yellow #DCFE1F
Tints of Chartreuse Yellow #DCFE1F
RGB
CMYK
RGB Variations
Color information
#DCFE1F (or 0xDCFE1F) is known color: Chartreuse Yellow. HEX triplet: DC, FE and 1F. RGB value is (220,254,31). Sum of RGB (Red+Green+Blue) = 220+254+31=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 254 (99.61% from 255 or 50.30% from 505); Blue value is 31 (12.5% from 255 or 6.14% from 505); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFE1F is #2301E0. Grayscale: #DBDBDB. Windows color (decimal): -2294241 or 2096860. OLE color: 2096860.
HSL color Cylindrical-coordinate representation of color #DCFE1F: hue angle of 69.15º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCFE1F is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 31 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.00 |
| HSL | 69.15º | 0.99% | 0.56% | - |
| HSV(B) | 69.15º | 0.88% | 1% | - |
| XYZ | 65.2 | 86.2 | 14.5 | - |
| YUV | 218.41 | 22.24 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 31 | 0.13 | 0 | 0.88 | 0.00 | 69.15 | 0.99 | 0.56 |
| Hex | DC | FE | 1F | D | 0 | 58 | 0 | 45 | 63 | 38 |
| Octal | 334 | 376 | 37 | 15 | 0 | 130 | 0 | 105 | 143 | 70 |
| Binary | 11011100 | 11111110 | 11111 | 1101 | 0 | 1011000 | 0 | 1000101 | 1100011 | 111000 |
Color Harmonies of #DCFE1F
Complementary color
Monochromatic Colors of #DCFE1F
Black with #DCFE1F
Text Example
Text Example
White with #DCFE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE1F; }
p { color: rgb(220,254,31); }
H1.HeaderClassName
{
color: #DCFE1F;
}
.AnyTagClassName
{
color: #DCFE1F;
}
</style>
background-color css
<style>
a { background-color: #DCFE1F; }
a { background-color: rgb(220,254,31); }
div.DivClassName
{
background-color: #DCFE1F;
}
.BgClassName
{
background-color: #DCFE1F;
}
</style>
border-color css
<style>
span { border-color: #DCFE1F; }
span { border-color: rgb(220,254,31); }
td.TdClassName
{
border-color: #DCFE1F;
}
.TagClassName
{
border-color: #DCFE1F;
}
</style>