Shades of Chartreuse Yellow #DCF10F
Tints of Chartreuse Yellow #DCF10F
RGB
CMYK
RGB Variations
Color information
#DCF10F (or 0xDCF10F) is known color: Chartreuse Yellow. HEX triplet: DC, F1 and 0F. RGB value is (220,241,15). Sum of RGB (Red+Green+Blue) = 220+241+15=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 15 (6.25% from 255 or 3.15% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF10F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF10F is #230EF0. Grayscale: #D1D1D1. Windows color (decimal): -2297585 or 1044956. OLE color: 1044956.
HSL color Cylindrical-coordinate representation of color #DCF10F: hue angle of 65.58º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCF10F is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 15 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.05 |
| HSL | 65.58º | 0.89% | 0.5% | - |
| HSV(B) | 65.58º | 0.94% | 0.95% | - |
| XYZ | 61.06 | 78.16 | 12.32 | - |
| YUV | 208.96 | 18.54 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 15 | 0.09 | 0 | 0.94 | 0.05 | 65.58 | 0.89 | 0.5 |
| Hex | DC | F1 | F | 9 | 0 | 5E | 5 | 42 | 59 | 32 |
| Octal | 334 | 361 | 17 | 11 | 0 | 136 | 5 | 102 | 131 | 62 |
| Binary | 11011100 | 11110001 | 1111 | 1001 | 0 | 1011110 | 101 | 1000010 | 1011001 | 110010 |
Color Harmonies of #DCF10F
Complementary color
Monochromatic Colors of #DCF10F
Black with #DCF10F
Text Example
Text Example
White with #DCF10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF10F; }
p { color: rgb(220,241,15); }
H1.HeaderClassName
{
color: #DCF10F;
}
.AnyTagClassName
{
color: #DCF10F;
}
</style>
background-color css
<style>
a { background-color: #DCF10F; }
a { background-color: rgb(220,241,15); }
div.DivClassName
{
background-color: #DCF10F;
}
.BgClassName
{
background-color: #DCF10F;
}
</style>
border-color css
<style>
span { border-color: #DCF10F; }
span { border-color: rgb(220,241,15); }
td.TdClassName
{
border-color: #DCF10F;
}
.TagClassName
{
border-color: #DCF10F;
}
</style>