Shades of Chartreuse Yellow #DCF00D
Tints of Chartreuse Yellow #DCF00D
RGB
CMYK
RGB Variations
Color information
#DCF00D (or 0xDCF00D) is known color: Chartreuse Yellow. HEX triplet: DC, F0 and 0D. RGB value is (220,240,13). Sum of RGB (Red+Green+Blue) = 220+240+13=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 13 (5.47% from 255 or 2.75% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF00D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF00D is #230FF2. Grayscale: #D1D1D1. Windows color (decimal): -2297843 or 913628. OLE color: 913628.
HSL color Cylindrical-coordinate representation of color #DCF00D: hue angle of 65.29º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCF00D is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 13 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.06 |
| HSL | 65.29º | 0.9% | 0.5% | - |
| HSV(B) | 65.29º | 0.95% | 0.94% | - |
| XYZ | 60.75 | 77.56 | 12.15 | - |
| YUV | 208.14 | 17.87 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 13 | 0.08 | 0 | 0.95 | 0.06 | 65.29 | 0.9 | 0.5 |
| Hex | DC | F0 | D | 8 | 0 | 5F | 6 | 41 | 5A | 32 |
| Octal | 334 | 360 | 15 | 10 | 0 | 137 | 6 | 101 | 132 | 62 |
| Binary | 11011100 | 11110000 | 1101 | 1000 | 0 | 1011111 | 110 | 1000001 | 1011010 | 110010 |
Color Harmonies of #DCF00D
Complementary color
Monochromatic Colors of #DCF00D
Black with #DCF00D
Text Example
Text Example
White with #DCF00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF00D; }
p { color: rgb(220,240,13); }
H1.HeaderClassName
{
color: #DCF00D;
}
.AnyTagClassName
{
color: #DCF00D;
}
</style>
background-color css
<style>
a { background-color: #DCF00D; }
a { background-color: rgb(220,240,13); }
div.DivClassName
{
background-color: #DCF00D;
}
.BgClassName
{
background-color: #DCF00D;
}
</style>
border-color css
<style>
span { border-color: #DCF00D; }
span { border-color: rgb(220,240,13); }
td.TdClassName
{
border-color: #DCF00D;
}
.TagClassName
{
border-color: #DCF00D;
}
</style>