Shades of Chartreuse Yellow #DCE60C
Tints of Chartreuse Yellow #DCE60C
RGB
CMYK
RGB Variations
Color information
#DCE60C (or 0xDCE60C) is known color: Chartreuse Yellow. HEX triplet: DC, E6 and 0C. RGB value is (220,230,12). Sum of RGB (Red+Green+Blue) = 220+230+12=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 230 (90.23% from 255 or 49.78% from 462); Blue value is 12 (5.08% from 255 or 2.60% from 462); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE60C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCE60C is #2319F3. Grayscale: #CBCBCB. Windows color (decimal): -2300404 or 845532. OLE color: 845532.
HSL color Cylindrical-coordinate representation of color #DCE60C: hue angle of 62.75º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCE60C is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 12 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.10 |
| HSL | 62.75º | 0.9% | 0.47% | - |
| HSV(B) | 62.75º | 0.95% | 0.9% | - |
| XYZ | 57.88 | 71.84 | 11.16 | - |
| YUV | 202.16 | 20.69 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 12 | 0.04 | 0 | 0.95 | 0.10 | 62.75 | 0.9 | 0.47 |
| Hex | DC | E6 | C | 4 | 0 | 5F | A | 3F | 5A | 2F |
| Octal | 334 | 346 | 14 | 4 | 0 | 137 | 12 | 77 | 132 | 57 |
| Binary | 11011100 | 11100110 | 1100 | 100 | 0 | 1011111 | 1010 | 111111 | 1011010 | 101111 |
Color Harmonies of #DCE60C
Complementary color
Monochromatic Colors of #DCE60C
Black with #DCE60C
Text Example
Text Example
White with #DCE60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE60C; }
p { color: rgb(220,230,12); }
H1.HeaderClassName
{
color: #DCE60C;
}
.AnyTagClassName
{
color: #DCE60C;
}
</style>
background-color css
<style>
a { background-color: #DCE60C; }
a { background-color: rgb(220,230,12); }
div.DivClassName
{
background-color: #DCE60C;
}
.BgClassName
{
background-color: #DCE60C;
}
</style>
border-color css
<style>
span { border-color: #DCE60C; }
span { border-color: rgb(220,230,12); }
td.TdClassName
{
border-color: #DCE60C;
}
.TagClassName
{
border-color: #DCE60C;
}
</style>