Shades of Chartreuse Yellow #DCF215
Tints of Chartreuse Yellow #DCF215
RGB
CMYK
RGB Variations
Color information
#DCF215 (or 0xDCF215) is known color: Chartreuse Yellow. HEX triplet: DC, F2 and 15. RGB value is (220,242,21). Sum of RGB (Red+Green+Blue) = 220+242+21=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 21 (8.59% from 255 or 4.35% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF215 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF215 is #230DEA. Grayscale: #D3D3D3. Windows color (decimal): -2297323 or 1438428. OLE color: 1438428.
HSL color Cylindrical-coordinate representation of color #DCF215: hue angle of 65.97º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCF215 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 21 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.05 |
| HSL | 65.97º | 0.89% | 0.52% | - |
| HSV(B) | 65.97º | 0.91% | 0.95% | - |
| XYZ | 61.4 | 78.77 | 12.68 | - |
| YUV | 210.23 | 21.21 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 21 | 0.09 | 0 | 0.91 | 0.05 | 65.97 | 0.89 | 0.52 |
| Hex | DC | F2 | 15 | 9 | 0 | 5B | 5 | 42 | 59 | 34 |
| Octal | 334 | 362 | 25 | 11 | 0 | 133 | 5 | 102 | 131 | 64 |
| Binary | 11011100 | 11110010 | 10101 | 1001 | 0 | 1011011 | 101 | 1000010 | 1011001 | 110100 |
Color Harmonies of #DCF215
Complementary color
Monochromatic Colors of #DCF215
Black with #DCF215
Text Example
Text Example
White with #DCF215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF215; }
p { color: rgb(220,242,21); }
H1.HeaderClassName
{
color: #DCF215;
}
.AnyTagClassName
{
color: #DCF215;
}
</style>
background-color css
<style>
a { background-color: #DCF215; }
a { background-color: rgb(220,242,21); }
div.DivClassName
{
background-color: #DCF215;
}
.BgClassName
{
background-color: #DCF215;
}
</style>
border-color css
<style>
span { border-color: #DCF215; }
span { border-color: rgb(220,242,21); }
td.TdClassName
{
border-color: #DCF215;
}
.TagClassName
{
border-color: #DCF215;
}
</style>