Shades of Chartreuse Yellow #DCF00E
Tints of Chartreuse Yellow #DCF00E
RGB
CMYK
RGB Variations
Color information
#DCF00E (or 0xDCF00E) is known color: Chartreuse Yellow. HEX triplet: DC, F0 and 0E. RGB value is (220,240,14). Sum of RGB (Red+Green+Blue) = 220+240+14=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 14 (5.86% from 255 or 2.95% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF00E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF00E is #230FF1. Grayscale: #D1D1D1. Windows color (decimal): -2297842 or 979164. OLE color: 979164.
HSL color Cylindrical-coordinate representation of color #DCF00E: hue angle of 65.31º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCF00E is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 14 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.06 |
| HSL | 65.31º | 0.89% | 0.5% | - |
| HSV(B) | 65.31º | 0.94% | 0.94% | - |
| XYZ | 60.75 | 77.57 | 12.19 | - |
| YUV | 208.26 | 18.37 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 14 | 0.08 | 0 | 0.94 | 0.06 | 65.31 | 0.89 | 0.5 |
| Hex | DC | F0 | E | 8 | 0 | 5E | 6 | 41 | 59 | 32 |
| Octal | 334 | 360 | 16 | 10 | 0 | 136 | 6 | 101 | 131 | 62 |
| Binary | 11011100 | 11110000 | 1110 | 1000 | 0 | 1011110 | 110 | 1000001 | 1011001 | 110010 |
Color Harmonies of #DCF00E
Complementary color
Monochromatic Colors of #DCF00E
Black with #DCF00E
Text Example
Text Example
White with #DCF00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF00E; }
p { color: rgb(220,240,14); }
H1.HeaderClassName
{
color: #DCF00E;
}
.AnyTagClassName
{
color: #DCF00E;
}
</style>
background-color css
<style>
a { background-color: #DCF00E; }
a { background-color: rgb(220,240,14); }
div.DivClassName
{
background-color: #DCF00E;
}
.BgClassName
{
background-color: #DCF00E;
}
</style>
border-color css
<style>
span { border-color: #DCF00E; }
span { border-color: rgb(220,240,14); }
td.TdClassName
{
border-color: #DCF00E;
}
.TagClassName
{
border-color: #DCF00E;
}
</style>