Shades of Chartreuse Yellow #DCF50E
Tints of Chartreuse Yellow #DCF50E
RGB
CMYK
RGB Variations
Color information
#DCF50E (or 0xDCF50E) is known color: Chartreuse Yellow. HEX triplet: DC, F5 and 0E. RGB value is (220,245,14). Sum of RGB (Red+Green+Blue) = 220+245+14=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 245 (96.09% from 255 or 51.15% from 479); Blue value is 14 (5.86% from 255 or 2.92% from 479); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF50E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF50E is #230AF1. Grayscale: #D4D4D4. Windows color (decimal): -2296562 or 980444. OLE color: 980444.
HSL color Cylindrical-coordinate representation of color #DCF50E: hue angle of 66.49º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCF50E is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 14 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.04 |
| HSL | 66.49º | 0.92% | 0.51% | - |
| HSV(B) | 66.49º | 0.94% | 0.96% | - |
| XYZ | 62.25 | 80.55 | 12.68 | - |
| YUV | 211.19 | 16.72 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 14 | 0.10 | 0 | 0.94 | 0.04 | 66.49 | 0.92 | 0.51 |
| Hex | DC | F5 | E | A | 0 | 5E | 4 | 42 | 5C | 33 |
| Octal | 334 | 365 | 16 | 12 | 0 | 136 | 4 | 102 | 134 | 63 |
| Binary | 11011100 | 11110101 | 1110 | 1010 | 0 | 1011110 | 100 | 1000010 | 1011100 | 110011 |
Color Harmonies of #DCF50E
Complementary color
Monochromatic Colors of #DCF50E
Black with #DCF50E
Text Example
Text Example
White with #DCF50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF50E; }
p { color: rgb(220,245,14); }
H1.HeaderClassName
{
color: #DCF50E;
}
.AnyTagClassName
{
color: #DCF50E;
}
</style>
background-color css
<style>
a { background-color: #DCF50E; }
a { background-color: rgb(220,245,14); }
div.DivClassName
{
background-color: #DCF50E;
}
.BgClassName
{
background-color: #DCF50E;
}
</style>
border-color css
<style>
span { border-color: #DCF50E; }
span { border-color: rgb(220,245,14); }
td.TdClassName
{
border-color: #DCF50E;
}
.TagClassName
{
border-color: #DCF50E;
}
</style>