Shades of Chartreuse Yellow #DCE70A
Tints of Chartreuse Yellow #DCE70A
RGB
CMYK
RGB Variations
Color information
#DCE70A (or 0xDCE70A) is known color: Chartreuse Yellow. HEX triplet: DC, E7 and 0A. RGB value is (220,231,10). Sum of RGB (Red+Green+Blue) = 220+231+10=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 231 (90.62% from 255 or 50.11% from 461); Blue value is 10 (4.30% from 255 or 2.17% from 461); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE70A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCE70A is #2318F5. Grayscale: #CBCBCB. Windows color (decimal): -2300150 or 714716. OLE color: 714716.
HSL color Cylindrical-coordinate representation of color #DCE70A: hue angle of 62.99º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCE70A is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 10 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.09 |
| HSL | 62.99º | 0.92% | 0.47% | - |
| HSV(B) | 62.99º | 0.96% | 0.91% | - |
| XYZ | 58.15 | 72.39 | 11.2 | - |
| YUV | 202.52 | 19.36 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 10 | 0.05 | 0 | 0.96 | 0.09 | 62.99 | 0.92 | 0.47 |
| Hex | DC | E7 | A | 5 | 0 | 60 | 9 | 3F | 5C | 2F |
| Octal | 334 | 347 | 12 | 5 | 0 | 140 | 11 | 77 | 134 | 57 |
| Binary | 11011100 | 11100111 | 1010 | 101 | 0 | 1100000 | 1001 | 111111 | 1011100 | 101111 |
Color Harmonies of #DCE70A
Complementary color
Monochromatic Colors of #DCE70A
Black with #DCE70A
Text Example
Text Example
White with #DCE70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE70A; }
p { color: rgb(220,231,10); }
H1.HeaderClassName
{
color: #DCE70A;
}
.AnyTagClassName
{
color: #DCE70A;
}
</style>
background-color css
<style>
a { background-color: #DCE70A; }
a { background-color: rgb(220,231,10); }
div.DivClassName
{
background-color: #DCE70A;
}
.BgClassName
{
background-color: #DCE70A;
}
</style>
border-color css
<style>
span { border-color: #DCE70A; }
span { border-color: rgb(220,231,10); }
td.TdClassName
{
border-color: #DCE70A;
}
.TagClassName
{
border-color: #DCE70A;
}
</style>