Shades of Chartreuse Yellow #DCF61C
Tints of Chartreuse Yellow #DCF61C
RGB
CMYK
RGB Variations
Color information
#DCF61C (or 0xDCF61C) is known color: Chartreuse Yellow. HEX triplet: DC, F6 and 1C. RGB value is (220,246,28). Sum of RGB (Red+Green+Blue) = 220+246+28=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 246 (96.48% from 255 or 49.80% from 494); Blue value is 28 (11.33% from 255 or 5.67% from 494); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF61C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF61C is #2309E3. Grayscale: #D6D6D6. Windows color (decimal): -2296292 or 1898204. OLE color: 1898204.
HSL color Cylindrical-coordinate representation of color #DCF61C: hue angle of 67.16º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCF61C is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 28 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.04 |
| HSL | 67.16º | 0.92% | 0.54% | - |
| HSV(B) | 67.16º | 0.89% | 0.96% | - |
| XYZ | 62.68 | 81.21 | 13.47 | - |
| YUV | 213.37 | 23.39 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 28 | 0.11 | 0 | 0.89 | 0.04 | 67.16 | 0.92 | 0.54 |
| Hex | DC | F6 | 1C | B | 0 | 59 | 4 | 43 | 5C | 36 |
| Octal | 334 | 366 | 34 | 13 | 0 | 131 | 4 | 103 | 134 | 66 |
| Binary | 11011100 | 11110110 | 11100 | 1011 | 0 | 1011001 | 100 | 1000011 | 1011100 | 110110 |
Color Harmonies of #DCF61C
Complementary color
Monochromatic Colors of #DCF61C
Black with #DCF61C
Text Example
Text Example
White with #DCF61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF61C; }
p { color: rgb(220,246,28); }
H1.HeaderClassName
{
color: #DCF61C;
}
.AnyTagClassName
{
color: #DCF61C;
}
</style>
background-color css
<style>
a { background-color: #DCF61C; }
a { background-color: rgb(220,246,28); }
div.DivClassName
{
background-color: #DCF61C;
}
.BgClassName
{
background-color: #DCF61C;
}
</style>
border-color css
<style>
span { border-color: #DCF61C; }
span { border-color: rgb(220,246,28); }
td.TdClassName
{
border-color: #DCF61C;
}
.TagClassName
{
border-color: #DCF61C;
}
</style>