Shades of Chartreuse Yellow #DCF816
Tints of Chartreuse Yellow #DCF816
RGB
CMYK
RGB Variations
Color information
#DCF816 (or 0xDCF816) is known color: Chartreuse Yellow. HEX triplet: DC, F8 and 16. RGB value is (220,248,22). Sum of RGB (Red+Green+Blue) = 220+248+22=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 248 (97.27% from 255 or 50.61% from 490); Blue value is 22 (8.98% from 255 or 4.49% from 490); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF816 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF816 is #2307E9. Grayscale: #D6D6D6. Windows color (decimal): -2295786 or 1505500. OLE color: 1505500.
HSL color Cylindrical-coordinate representation of color #DCF816: hue angle of 67.43º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCF816 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 22 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.03 |
| HSL | 67.43º | 0.94% | 0.53% | - |
| HSV(B) | 67.43º | 0.91% | 0.97% | - |
| XYZ | 63.23 | 82.41 | 13.33 | - |
| YUV | 213.86 | 19.72 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 22 | 0.11 | 0 | 0.91 | 0.03 | 67.43 | 0.94 | 0.53 |
| Hex | DC | F8 | 16 | B | 0 | 5B | 3 | 43 | 5E | 35 |
| Octal | 334 | 370 | 26 | 13 | 0 | 133 | 3 | 103 | 136 | 65 |
| Binary | 11011100 | 11111000 | 10110 | 1011 | 0 | 1011011 | 11 | 1000011 | 1011110 | 110101 |
Color Harmonies of #DCF816
Complementary color
Monochromatic Colors of #DCF816
Black with #DCF816
Text Example
Text Example
White with #DCF816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF816; }
p { color: rgb(220,248,22); }
H1.HeaderClassName
{
color: #DCF816;
}
.AnyTagClassName
{
color: #DCF816;
}
</style>
background-color css
<style>
a { background-color: #DCF816; }
a { background-color: rgb(220,248,22); }
div.DivClassName
{
background-color: #DCF816;
}
.BgClassName
{
background-color: #DCF816;
}
</style>
border-color css
<style>
span { border-color: #DCF816; }
span { border-color: rgb(220,248,22); }
td.TdClassName
{
border-color: #DCF816;
}
.TagClassName
{
border-color: #DCF816;
}
</style>