Shades of Chartreuse Yellow #DCE70C
Tints of Chartreuse Yellow #DCE70C
RGB
CMYK
RGB Variations
Color information
#DCE70C (or 0xDCE70C) is known color: Chartreuse Yellow. HEX triplet: DC, E7 and 0C. RGB value is (220,231,12). Sum of RGB (Red+Green+Blue) = 220+231+12=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 231 (90.62% from 255 or 49.89% from 463); Blue value is 12 (5.08% from 255 or 2.59% from 463); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE70C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCE70C is #2318F3. Grayscale: #CBCBCB. Windows color (decimal): -2300148 or 845788. OLE color: 845788.
HSL color Cylindrical-coordinate representation of color #DCE70C: hue angle of 63.01º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCE70C is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 12 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.09 |
| HSL | 63.01º | 0.9% | 0.48% | - |
| HSV(B) | 63.01º | 0.95% | 0.91% | - |
| XYZ | 58.16 | 72.39 | 11.26 | - |
| YUV | 202.75 | 20.36 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 12 | 0.05 | 0 | 0.95 | 0.09 | 63.01 | 0.9 | 0.48 |
| Hex | DC | E7 | C | 5 | 0 | 5F | 9 | 3F | 5A | 30 |
| Octal | 334 | 347 | 14 | 5 | 0 | 137 | 11 | 77 | 132 | 60 |
| Binary | 11011100 | 11100111 | 1100 | 101 | 0 | 1011111 | 1001 | 111111 | 1011010 | 110000 |
Color Harmonies of #DCE70C
Complementary color
Monochromatic Colors of #DCE70C
Black with #DCE70C
Text Example
Text Example
White with #DCE70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE70C; }
p { color: rgb(220,231,12); }
H1.HeaderClassName
{
color: #DCE70C;
}
.AnyTagClassName
{
color: #DCE70C;
}
</style>
background-color css
<style>
a { background-color: #DCE70C; }
a { background-color: rgb(220,231,12); }
div.DivClassName
{
background-color: #DCE70C;
}
.BgClassName
{
background-color: #DCE70C;
}
</style>
border-color css
<style>
span { border-color: #DCE70C; }
span { border-color: rgb(220,231,12); }
td.TdClassName
{
border-color: #DCE70C;
}
.TagClassName
{
border-color: #DCE70C;
}
</style>