Shades of Chartreuse Yellow #DCFC13
Tints of Chartreuse Yellow #DCFC13
RGB
CMYK
RGB Variations
Color information
#DCFC13 (or 0xDCFC13) is known color: Chartreuse Yellow. HEX triplet: DC, FC and 13. RGB value is (220,252,19). Sum of RGB (Red+Green+Blue) = 220+252+19=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 252 (98.83% from 255 or 51.32% from 491); Blue value is 19 (7.81% from 255 or 3.87% from 491); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFC13 is #2303EC. Grayscale: #D8D8D8. Windows color (decimal): -2294765 or 1309916. OLE color: 1309916.
HSL color Cylindrical-coordinate representation of color #DCFC13: hue angle of 68.24º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCFC13 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 19 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.01 |
| HSL | 68.24º | 0.97% | 0.53% | - |
| HSV(B) | 68.24º | 0.92% | 0.99% | - |
| XYZ | 64.44 | 84.88 | 13.6 | - |
| YUV | 215.87 | 16.9 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 19 | 0.13 | 0 | 0.92 | 0.01 | 68.24 | 0.97 | 0.53 |
| Hex | DC | FC | 13 | D | 0 | 5C | 1 | 44 | 61 | 35 |
| Octal | 334 | 374 | 23 | 15 | 0 | 134 | 1 | 104 | 141 | 65 |
| Binary | 11011100 | 11111100 | 10011 | 1101 | 0 | 1011100 | 1 | 1000100 | 1100001 | 110101 |
Color Harmonies of #DCFC13
Complementary color
Monochromatic Colors of #DCFC13
Black with #DCFC13
Text Example
Text Example
White with #DCFC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC13; }
p { color: rgb(220,252,19); }
H1.HeaderClassName
{
color: #DCFC13;
}
.AnyTagClassName
{
color: #DCFC13;
}
</style>
background-color css
<style>
a { background-color: #DCFC13; }
a { background-color: rgb(220,252,19); }
div.DivClassName
{
background-color: #DCFC13;
}
.BgClassName
{
background-color: #DCFC13;
}
</style>
border-color css
<style>
span { border-color: #DCFC13; }
span { border-color: rgb(220,252,19); }
td.TdClassName
{
border-color: #DCFC13;
}
.TagClassName
{
border-color: #DCFC13;
}
</style>