Shades of Chartreuse Yellow #DCF213
Tints of Chartreuse Yellow #DCF213
RGB
CMYK
RGB Variations
Color information
#DCF213 (or 0xDCF213) is known color: Chartreuse Yellow. HEX triplet: DC, F2 and 13. RGB value is (220,242,19). Sum of RGB (Red+Green+Blue) = 220+242+19=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 19 (7.81% from 255 or 3.95% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF213 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF213 is #230DEC. Grayscale: #D2D2D2. Windows color (decimal): -2297325 or 1307356. OLE color: 1307356.
HSL color Cylindrical-coordinate representation of color #DCF213: hue angle of 65.92º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCF213 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 19 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.05 |
| HSL | 65.92º | 0.9% | 0.51% | - |
| HSV(B) | 65.92º | 0.92% | 0.95% | - |
| XYZ | 61.38 | 78.77 | 12.58 | - |
| YUV | 210 | 20.21 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 19 | 0.09 | 0 | 0.92 | 0.05 | 65.92 | 0.9 | 0.51 |
| Hex | DC | F2 | 13 | 9 | 0 | 5C | 5 | 42 | 5A | 33 |
| Octal | 334 | 362 | 23 | 11 | 0 | 134 | 5 | 102 | 132 | 63 |
| Binary | 11011100 | 11110010 | 10011 | 1001 | 0 | 1011100 | 101 | 1000010 | 1011010 | 110011 |
Color Harmonies of #DCF213
Complementary color
Monochromatic Colors of #DCF213
Black with #DCF213
Text Example
Text Example
White with #DCF213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF213; }
p { color: rgb(220,242,19); }
H1.HeaderClassName
{
color: #DCF213;
}
.AnyTagClassName
{
color: #DCF213;
}
</style>
background-color css
<style>
a { background-color: #DCF213; }
a { background-color: rgb(220,242,19); }
div.DivClassName
{
background-color: #DCF213;
}
.BgClassName
{
background-color: #DCF213;
}
</style>
border-color css
<style>
span { border-color: #DCF213; }
span { border-color: rgb(220,242,19); }
td.TdClassName
{
border-color: #DCF213;
}
.TagClassName
{
border-color: #DCF213;
}
</style>