Shades of Chartreuse Yellow #DCFF12
Tints of Chartreuse Yellow #DCFF12
RGB
CMYK
RGB Variations
Color information
#DCFF12 (or 0xDCFF12) is known color: Chartreuse Yellow. HEX triplet: DC, FF and 12. RGB value is (220,255,18). Sum of RGB (Red+Green+Blue) = 220+255+18=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 18 (7.42% from 255 or 3.65% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFF12 is #2300ED. Grayscale: #DADADA. Windows color (decimal): -2293998 or 1245148. OLE color: 1245148.
HSL color Cylindrical-coordinate representation of color #DCFF12: hue angle of 68.86º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCFF12 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 18 | - |
| CMYK | 0.14 | 0 | 0.93 | 0 |
| HSL | 68.86º | 1% | 0.54% | - |
| HSV(B) | 68.86º | 0.93% | 1% | - |
| XYZ | 65.38 | 86.78 | 13.88 | - |
| YUV | 217.52 | 15.4 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 18 | 0.14 | 0 | 0.93 | 0 | 68.86 | 1 | 0.54 |
| Hex | DC | FF | 12 | E | 0 | 5D | 0 | 45 | 64 | 36 |
| Octal | 334 | 377 | 22 | 16 | 0 | 135 | 0 | 105 | 144 | 66 |
| Binary | 11011100 | 11111111 | 10010 | 1110 | 0 | 1011101 | 0 | 1000101 | 1100100 | 110110 |
Color Harmonies of #DCFF12
Complementary color
Monochromatic Colors of #DCFF12
Black with #DCFF12
Text Example
Text Example
White with #DCFF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF12; }
p { color: rgb(220,255,18); }
H1.HeaderClassName
{
color: #DCFF12;
}
.AnyTagClassName
{
color: #DCFF12;
}
</style>
background-color css
<style>
a { background-color: #DCFF12; }
a { background-color: rgb(220,255,18); }
div.DivClassName
{
background-color: #DCFF12;
}
.BgClassName
{
background-color: #DCFF12;
}
</style>
border-color css
<style>
span { border-color: #DCFF12; }
span { border-color: rgb(220,255,18); }
td.TdClassName
{
border-color: #DCFF12;
}
.TagClassName
{
border-color: #DCFF12;
}
</style>