Shades of Chartreuse Yellow #DCF20A
Tints of Chartreuse Yellow #DCF20A
RGB
CMYK
RGB Variations
Color information
#DCF20A (or 0xDCF20A) is known color: Chartreuse Yellow. HEX triplet: DC, F2 and 0A. RGB value is (220,242,10). Sum of RGB (Red+Green+Blue) = 220+242+10=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 10 (4.30% from 255 or 2.12% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF20A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF20A is #230DF5. Grayscale: #D1D1D1. Windows color (decimal): -2297334 or 717532. OLE color: 717532.
HSL color Cylindrical-coordinate representation of color #DCF20A: hue angle of 65.69º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCF20A is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 10 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.05 |
| HSL | 65.69º | 0.92% | 0.49% | - |
| HSV(B) | 65.69º | 0.96% | 0.95% | - |
| XYZ | 61.32 | 78.74 | 12.25 | - |
| YUV | 208.97 | 15.71 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 10 | 0.09 | 0 | 0.96 | 0.05 | 65.69 | 0.92 | 0.49 |
| Hex | DC | F2 | A | 9 | 0 | 60 | 5 | 42 | 5C | 31 |
| Octal | 334 | 362 | 12 | 11 | 0 | 140 | 5 | 102 | 134 | 61 |
| Binary | 11011100 | 11110010 | 1010 | 1001 | 0 | 1100000 | 101 | 1000010 | 1011100 | 110001 |
Color Harmonies of #DCF20A
Complementary color
Monochromatic Colors of #DCF20A
Black with #DCF20A
Text Example
Text Example
White with #DCF20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF20A; }
p { color: rgb(220,242,10); }
H1.HeaderClassName
{
color: #DCF20A;
}
.AnyTagClassName
{
color: #DCF20A;
}
</style>
background-color css
<style>
a { background-color: #DCF20A; }
a { background-color: rgb(220,242,10); }
div.DivClassName
{
background-color: #DCF20A;
}
.BgClassName
{
background-color: #DCF20A;
}
</style>
border-color css
<style>
span { border-color: #DCF20A; }
span { border-color: rgb(220,242,10); }
td.TdClassName
{
border-color: #DCF20A;
}
.TagClassName
{
border-color: #DCF20A;
}
</style>