Shades of Chartreuse Yellow #DCEA14
Tints of Chartreuse Yellow #DCEA14
RGB
CMYK
RGB Variations
Color information
#DCEA14 (or 0xDCEA14) is known color: Chartreuse Yellow. HEX triplet: DC, EA and 14. RGB value is (220,234,20). Sum of RGB (Red+Green+Blue) = 220+234+20=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 20 (8.20% from 255 or 4.22% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCEA14 is #2315EB. Grayscale: #CECECE. Windows color (decimal): -2299372 or 1370844. OLE color: 1370844.
HSL color Cylindrical-coordinate representation of color #DCEA14: hue angle of 63.93º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCEA14 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 20 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.08 |
| HSL | 63.93º | 0.84% | 0.5% | - |
| HSV(B) | 63.93º | 0.91% | 0.92% | - |
| XYZ | 59.06 | 74.11 | 11.85 | - |
| YUV | 205.42 | 23.36 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 20 | 0.06 | 0 | 0.91 | 0.08 | 63.93 | 0.84 | 0.5 |
| Hex | DC | EA | 14 | 6 | 0 | 5B | 8 | 40 | 54 | 32 |
| Octal | 334 | 352 | 24 | 6 | 0 | 133 | 10 | 100 | 124 | 62 |
| Binary | 11011100 | 11101010 | 10100 | 110 | 0 | 1011011 | 1000 | 1000000 | 1010100 | 110010 |
Color Harmonies of #DCEA14
Complementary color
Monochromatic Colors of #DCEA14
Black with #DCEA14
Text Example
Text Example
White with #DCEA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA14; }
p { color: rgb(220,234,20); }
H1.HeaderClassName
{
color: #DCEA14;
}
.AnyTagClassName
{
color: #DCEA14;
}
</style>
background-color css
<style>
a { background-color: #DCEA14; }
a { background-color: rgb(220,234,20); }
div.DivClassName
{
background-color: #DCEA14;
}
.BgClassName
{
background-color: #DCEA14;
}
</style>
border-color css
<style>
span { border-color: #DCEA14; }
span { border-color: rgb(220,234,20); }
td.TdClassName
{
border-color: #DCEA14;
}
.TagClassName
{
border-color: #DCEA14;
}
</style>