Shades of Chartreuse Yellow #DCFD12
Tints of Chartreuse Yellow #DCFD12
RGB
CMYK
RGB Variations
Color information
#DCFD12 (or 0xDCFD12) is known color: Chartreuse Yellow. HEX triplet: DC, FD and 12. RGB value is (220,253,18). Sum of RGB (Red+Green+Blue) = 220+253+18=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 253 (99.22% from 255 or 51.53% from 491); Blue value is 18 (7.42% from 255 or 3.67% from 491); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFD12 is #2302ED. Grayscale: #D9D9D9. Windows color (decimal): -2294510 or 1244636. OLE color: 1244636.
HSL color Cylindrical-coordinate representation of color #DCFD12: hue angle of 68.43º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCFD12 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 18 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.01 |
| HSL | 68.43º | 0.98% | 0.53% | - |
| HSV(B) | 68.43º | 0.93% | 0.99% | - |
| XYZ | 64.75 | 85.51 | 13.66 | - |
| YUV | 216.34 | 16.07 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 18 | 0.13 | 0 | 0.93 | 0.01 | 68.43 | 0.98 | 0.53 |
| Hex | DC | FD | 12 | D | 0 | 5D | 1 | 44 | 62 | 35 |
| Octal | 334 | 375 | 22 | 15 | 0 | 135 | 1 | 104 | 142 | 65 |
| Binary | 11011100 | 11111101 | 10010 | 1101 | 0 | 1011101 | 1 | 1000100 | 1100010 | 110101 |
Color Harmonies of #DCFD12
Complementary color
Monochromatic Colors of #DCFD12
Black with #DCFD12
Text Example
Text Example
White with #DCFD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD12; }
p { color: rgb(220,253,18); }
H1.HeaderClassName
{
color: #DCFD12;
}
.AnyTagClassName
{
color: #DCFD12;
}
</style>
background-color css
<style>
a { background-color: #DCFD12; }
a { background-color: rgb(220,253,18); }
div.DivClassName
{
background-color: #DCFD12;
}
.BgClassName
{
background-color: #DCFD12;
}
</style>
border-color css
<style>
span { border-color: #DCFD12; }
span { border-color: rgb(220,253,18); }
td.TdClassName
{
border-color: #DCFD12;
}
.TagClassName
{
border-color: #DCFD12;
}
</style>