Shades of Chartreuse Yellow #DCF10C
Tints of Chartreuse Yellow #DCF10C
RGB
CMYK
RGB Variations
Color information
#DCF10C (or 0xDCF10C) is known color: Chartreuse Yellow. HEX triplet: DC, F1 and 0C. RGB value is (220,241,12). Sum of RGB (Red+Green+Blue) = 220+241+12=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 12 (5.08% from 255 or 2.54% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF10C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF10C is #230EF3. Grayscale: #D1D1D1. Windows color (decimal): -2297588 or 848348. OLE color: 848348.
HSL color Cylindrical-coordinate representation of color #DCF10C: hue angle of 65.5º degrees, saturation: 0.91, 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 #DCF10C is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 12 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.05 |
| HSL | 65.5º | 0.91% | 0.5% | - |
| HSV(B) | 65.5º | 0.95% | 0.95% | - |
| XYZ | 61.04 | 78.15 | 12.22 | - |
| YUV | 208.62 | 17.04 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 12 | 0.09 | 0 | 0.95 | 0.05 | 65.5 | 0.91 | 0.5 |
| Hex | DC | F1 | C | 9 | 0 | 5F | 5 | 42 | 5B | 32 |
| Octal | 334 | 361 | 14 | 11 | 0 | 137 | 5 | 102 | 133 | 62 |
| Binary | 11011100 | 11110001 | 1100 | 1001 | 0 | 1011111 | 101 | 1000010 | 1011011 | 110010 |
Color Harmonies of #DCF10C
Complementary color
Monochromatic Colors of #DCF10C
Black with #DCF10C
Text Example
Text Example
White with #DCF10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF10C; }
p { color: rgb(220,241,12); }
H1.HeaderClassName
{
color: #DCF10C;
}
.AnyTagClassName
{
color: #DCF10C;
}
</style>
background-color css
<style>
a { background-color: #DCF10C; }
a { background-color: rgb(220,241,12); }
div.DivClassName
{
background-color: #DCF10C;
}
.BgClassName
{
background-color: #DCF10C;
}
</style>
border-color css
<style>
span { border-color: #DCF10C; }
span { border-color: rgb(220,241,12); }
td.TdClassName
{
border-color: #DCF10C;
}
.TagClassName
{
border-color: #DCF10C;
}
</style>