Shades of Chartreuse Yellow #DCFC0D
Tints of Chartreuse Yellow #DCFC0D
RGB
CMYK
RGB Variations
Color information
#DCFC0D (or 0xDCFC0D) is known color: Chartreuse Yellow. HEX triplet: DC, FC and 0D. RGB value is (220,252,13). Sum of RGB (Red+Green+Blue) = 220+252+13=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 252 (98.83% from 255 or 51.96% from 485); Blue value is 13 (5.47% from 255 or 2.68% from 485); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFC0D is #2303F2. Grayscale: #D8D8D8. Windows color (decimal): -2294771 or 916700. OLE color: 916700.
HSL color Cylindrical-coordinate representation of color #DCFC0D: hue angle of 68.03º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCFC0D is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 13 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.01 |
| HSL | 68.03º | 0.98% | 0.52% | - |
| HSV(B) | 68.03º | 0.95% | 0.99% | - |
| XYZ | 64.4 | 84.87 | 13.37 | - |
| YUV | 215.19 | 13.9 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 13 | 0.13 | 0 | 0.95 | 0.01 | 68.03 | 0.98 | 0.52 |
| Hex | DC | FC | D | D | 0 | 5F | 1 | 44 | 62 | 34 |
| Octal | 334 | 374 | 15 | 15 | 0 | 137 | 1 | 104 | 142 | 64 |
| Binary | 11011100 | 11111100 | 1101 | 1101 | 0 | 1011111 | 1 | 1000100 | 1100010 | 110100 |
Color Harmonies of #DCFC0D
Complementary color
Monochromatic Colors of #DCFC0D
Black with #DCFC0D
Text Example
Text Example
White with #DCFC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC0D; }
p { color: rgb(220,252,13); }
H1.HeaderClassName
{
color: #DCFC0D;
}
.AnyTagClassName
{
color: #DCFC0D;
}
</style>
background-color css
<style>
a { background-color: #DCFC0D; }
a { background-color: rgb(220,252,13); }
div.DivClassName
{
background-color: #DCFC0D;
}
.BgClassName
{
background-color: #DCFC0D;
}
</style>
border-color css
<style>
span { border-color: #DCFC0D; }
span { border-color: rgb(220,252,13); }
td.TdClassName
{
border-color: #DCFC0D;
}
.TagClassName
{
border-color: #DCFC0D;
}
</style>