Shades of Chartreuse Yellow #DCF20D
Tints of Chartreuse Yellow #DCF20D
RGB
CMYK
RGB Variations
Color information
#DCF20D (or 0xDCF20D) is known color: Chartreuse Yellow. HEX triplet: DC, F2 and 0D. RGB value is (220,242,13). Sum of RGB (Red+Green+Blue) = 220+242+13=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 13 (5.47% from 255 or 2.74% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF20D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF20D is #230DF2. Grayscale: #D2D2D2. Windows color (decimal): -2297331 or 914140. OLE color: 914140.
HSL color Cylindrical-coordinate representation of color #DCF20D: hue angle of 65.76º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCF20D is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 13 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.05 |
| HSL | 65.76º | 0.9% | 0.5% | - |
| HSV(B) | 65.76º | 0.95% | 0.95% | - |
| XYZ | 61.34 | 78.75 | 12.35 | - |
| YUV | 209.32 | 17.21 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 13 | 0.09 | 0 | 0.95 | 0.05 | 65.76 | 0.9 | 0.5 |
| Hex | DC | F2 | D | 9 | 0 | 5F | 5 | 42 | 5A | 32 |
| Octal | 334 | 362 | 15 | 11 | 0 | 137 | 5 | 102 | 132 | 62 |
| Binary | 11011100 | 11110010 | 1101 | 1001 | 0 | 1011111 | 101 | 1000010 | 1011010 | 110010 |
Color Harmonies of #DCF20D
Complementary color
Monochromatic Colors of #DCF20D
Black with #DCF20D
Text Example
Text Example
White with #DCF20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF20D; }
p { color: rgb(220,242,13); }
H1.HeaderClassName
{
color: #DCF20D;
}
.AnyTagClassName
{
color: #DCF20D;
}
</style>
background-color css
<style>
a { background-color: #DCF20D; }
a { background-color: rgb(220,242,13); }
div.DivClassName
{
background-color: #DCF20D;
}
.BgClassName
{
background-color: #DCF20D;
}
</style>
border-color css
<style>
span { border-color: #DCF20D; }
span { border-color: rgb(220,242,13); }
td.TdClassName
{
border-color: #DCF20D;
}
.TagClassName
{
border-color: #DCF20D;
}
</style>