Shades of Chartreuse Yellow #DCF615
Tints of Chartreuse Yellow #DCF615
RGB
CMYK
RGB Variations
Color information
#DCF615 (or 0xDCF615) is known color: Chartreuse Yellow. HEX triplet: DC, F6 and 15. RGB value is (220,246,21). Sum of RGB (Red+Green+Blue) = 220+246+21=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 246 (96.48% from 255 or 50.51% from 487); Blue value is 21 (8.59% from 255 or 4.31% from 487); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF615 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF615 is #2309EA. Grayscale: #D5D5D5. Windows color (decimal): -2296299 or 1439452. OLE color: 1439452.
HSL color Cylindrical-coordinate representation of color #DCF615: hue angle of 66.93º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCF615 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 21 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.04 |
| HSL | 66.93º | 0.93% | 0.52% | - |
| HSV(B) | 66.93º | 0.91% | 0.96% | - |
| XYZ | 62.61 | 81.18 | 13.08 | - |
| YUV | 212.58 | 19.89 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 21 | 0.11 | 0 | 0.91 | 0.04 | 66.93 | 0.93 | 0.52 |
| Hex | DC | F6 | 15 | B | 0 | 5B | 4 | 43 | 5D | 34 |
| Octal | 334 | 366 | 25 | 13 | 0 | 133 | 4 | 103 | 135 | 64 |
| Binary | 11011100 | 11110110 | 10101 | 1011 | 0 | 1011011 | 100 | 1000011 | 1011101 | 110100 |
Color Harmonies of #DCF615
Complementary color
Monochromatic Colors of #DCF615
Black with #DCF615
Text Example
Text Example
White with #DCF615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF615; }
p { color: rgb(220,246,21); }
H1.HeaderClassName
{
color: #DCF615;
}
.AnyTagClassName
{
color: #DCF615;
}
</style>
background-color css
<style>
a { background-color: #DCF615; }
a { background-color: rgb(220,246,21); }
div.DivClassName
{
background-color: #DCF615;
}
.BgClassName
{
background-color: #DCF615;
}
</style>
border-color css
<style>
span { border-color: #DCF615; }
span { border-color: rgb(220,246,21); }
td.TdClassName
{
border-color: #DCF615;
}
.TagClassName
{
border-color: #DCF615;
}
</style>