Shades of Chartreuse Yellow #DCE914
Tints of Chartreuse Yellow #DCE914
RGB
CMYK
RGB Variations
Color information
#DCE914 (or 0xDCE914) is known color: Chartreuse Yellow. HEX triplet: DC, E9 and 14. RGB value is (220,233,20). Sum of RGB (Red+Green+Blue) = 220+233+20=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 233 (91.41% from 255 or 49.26% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE914 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCE914 is #2316EB. Grayscale: #CDCDCD. Windows color (decimal): -2299628 or 1370588. OLE color: 1370588.
HSL color Cylindrical-coordinate representation of color #DCE914: hue angle of 63.66º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCE914 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 20 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.09 |
| HSL | 63.66º | 0.84% | 0.5% | - |
| HSV(B) | 63.66º | 0.91% | 0.91% | - |
| XYZ | 58.78 | 73.54 | 11.76 | - |
| YUV | 204.83 | 23.69 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 20 | 0.06 | 0 | 0.91 | 0.09 | 63.66 | 0.84 | 0.5 |
| Hex | DC | E9 | 14 | 6 | 0 | 5B | 9 | 40 | 54 | 32 |
| Octal | 334 | 351 | 24 | 6 | 0 | 133 | 11 | 100 | 124 | 62 |
| Binary | 11011100 | 11101001 | 10100 | 110 | 0 | 1011011 | 1001 | 1000000 | 1010100 | 110010 |
Color Harmonies of #DCE914
Complementary color
Monochromatic Colors of #DCE914
Black with #DCE914
Text Example
Text Example
White with #DCE914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE914; }
p { color: rgb(220,233,20); }
H1.HeaderClassName
{
color: #DCE914;
}
.AnyTagClassName
{
color: #DCE914;
}
</style>
background-color css
<style>
a { background-color: #DCE914; }
a { background-color: rgb(220,233,20); }
div.DivClassName
{
background-color: #DCE914;
}
.BgClassName
{
background-color: #DCE914;
}
</style>
border-color css
<style>
span { border-color: #DCE914; }
span { border-color: rgb(220,233,20); }
td.TdClassName
{
border-color: #DCE914;
}
.TagClassName
{
border-color: #DCE914;
}
</style>