Shades of Chartreuse Yellow #DCF815
Tints of Chartreuse Yellow #DCF815
RGB
CMYK
RGB Variations
Color information
#DCF815 (or 0xDCF815) is known color: Chartreuse Yellow. HEX triplet: DC, F8 and 15. RGB value is (220,248,21). Sum of RGB (Red+Green+Blue) = 220+248+21=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 248 (97.27% from 255 or 50.72% from 489); Blue value is 21 (8.59% from 255 or 4.29% from 489); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF815 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF815 is #2307EA. Grayscale: #D6D6D6. Windows color (decimal): -2295787 or 1439964. OLE color: 1439964.
HSL color Cylindrical-coordinate representation of color #DCF815: hue angle of 67.4º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCF815 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 21 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.03 |
| HSL | 67.4º | 0.94% | 0.53% | - |
| HSV(B) | 67.4º | 0.92% | 0.97% | - |
| XYZ | 63.22 | 82.4 | 13.28 | - |
| YUV | 213.75 | 19.22 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 21 | 0.11 | 0 | 0.92 | 0.03 | 67.4 | 0.94 | 0.53 |
| Hex | DC | F8 | 15 | B | 0 | 5C | 3 | 43 | 5E | 35 |
| Octal | 334 | 370 | 25 | 13 | 0 | 134 | 3 | 103 | 136 | 65 |
| Binary | 11011100 | 11111000 | 10101 | 1011 | 0 | 1011100 | 11 | 1000011 | 1011110 | 110101 |
Color Harmonies of #DCF815
Complementary color
Monochromatic Colors of #DCF815
Black with #DCF815
Text Example
Text Example
White with #DCF815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF815; }
p { color: rgb(220,248,21); }
H1.HeaderClassName
{
color: #DCF815;
}
.AnyTagClassName
{
color: #DCF815;
}
</style>
background-color css
<style>
a { background-color: #DCF815; }
a { background-color: rgb(220,248,21); }
div.DivClassName
{
background-color: #DCF815;
}
.BgClassName
{
background-color: #DCF815;
}
</style>
border-color css
<style>
span { border-color: #DCF815; }
span { border-color: rgb(220,248,21); }
td.TdClassName
{
border-color: #DCF815;
}
.TagClassName
{
border-color: #DCF815;
}
</style>