Shades of Chartreuse Yellow #DCF614
Tints of Chartreuse Yellow #DCF614
RGB
CMYK
RGB Variations
Color information
#DCF614 (or 0xDCF614) is known color: Chartreuse Yellow. HEX triplet: DC, F6 and 14. RGB value is (220,246,20). Sum of RGB (Red+Green+Blue) = 220+246+20=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 246 (96.48% from 255 or 50.62% from 486); Blue value is 20 (8.20% from 255 or 4.12% from 486); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF614 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF614 is #2309EB. Grayscale: #D5D5D5. Windows color (decimal): -2296300 or 1373916. OLE color: 1373916.
HSL color Cylindrical-coordinate representation of color #DCF614: hue angle of 66.9º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCF614 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 20 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.04 |
| HSL | 66.9º | 0.93% | 0.52% | - |
| HSV(B) | 66.9º | 0.92% | 0.96% | - |
| XYZ | 62.6 | 81.18 | 13.03 | - |
| YUV | 212.46 | 19.39 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 20 | 0.11 | 0 | 0.92 | 0.04 | 66.9 | 0.93 | 0.52 |
| Hex | DC | F6 | 14 | B | 0 | 5C | 4 | 43 | 5D | 34 |
| Octal | 334 | 366 | 24 | 13 | 0 | 134 | 4 | 103 | 135 | 64 |
| Binary | 11011100 | 11110110 | 10100 | 1011 | 0 | 1011100 | 100 | 1000011 | 1011101 | 110100 |
Color Harmonies of #DCF614
Complementary color
Monochromatic Colors of #DCF614
Black with #DCF614
Text Example
Text Example
White with #DCF614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF614; }
p { color: rgb(220,246,20); }
H1.HeaderClassName
{
color: #DCF614;
}
.AnyTagClassName
{
color: #DCF614;
}
</style>
background-color css
<style>
a { background-color: #DCF614; }
a { background-color: rgb(220,246,20); }
div.DivClassName
{
background-color: #DCF614;
}
.BgClassName
{
background-color: #DCF614;
}
</style>
border-color css
<style>
span { border-color: #DCF614; }
span { border-color: rgb(220,246,20); }
td.TdClassName
{
border-color: #DCF614;
}
.TagClassName
{
border-color: #DCF614;
}
</style>