Shades of Chartreuse Yellow #DCF106
Tints of Chartreuse Yellow #DCF106
RGB
CMYK
RGB Variations
Color information
#DCF106 (or 0xDCF106) is known color: Chartreuse Yellow. HEX triplet: DC, F1 and 06. RGB value is (220,241,6). Sum of RGB (Red+Green+Blue) = 220+241+6=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 241 (94.53% from 255 or 51.61% from 467); Blue value is 6 (2.73% from 255 or 1.28% from 467); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF106 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF106 is #230EF9. Grayscale: #D0D0D0. Windows color (decimal): -2297594 or 455132. OLE color: 455132.
HSL color Cylindrical-coordinate representation of color #DCF106: hue angle of 65.36º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCF106 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 6 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.05 |
| HSL | 65.36º | 0.95% | 0.48% | - |
| HSV(B) | 65.36º | 0.98% | 0.95% | - |
| XYZ | 61 | 78.14 | 12.04 | - |
| YUV | 207.93 | 14.04 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 6 | 0.09 | 0 | 0.98 | 0.05 | 65.36 | 0.95 | 0.48 |
| Hex | DC | F1 | 6 | 9 | 0 | 62 | 5 | 41 | 5F | 30 |
| Octal | 334 | 361 | 6 | 11 | 0 | 142 | 5 | 101 | 137 | 60 |
| Binary | 11011100 | 11110001 | 110 | 1001 | 0 | 1100010 | 101 | 1000001 | 1011111 | 110000 |
Color Harmonies of #DCF106
Complementary color
Monochromatic Colors of #DCF106
Black with #DCF106
Text Example
Text Example
White with #DCF106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF106; }
p { color: rgb(220,241,6); }
H1.HeaderClassName
{
color: #DCF106;
}
.AnyTagClassName
{
color: #DCF106;
}
</style>
background-color css
<style>
a { background-color: #DCF106; }
a { background-color: rgb(220,241,6); }
div.DivClassName
{
background-color: #DCF106;
}
.BgClassName
{
background-color: #DCF106;
}
</style>
border-color css
<style>
span { border-color: #DCF106; }
span { border-color: rgb(220,241,6); }
td.TdClassName
{
border-color: #DCF106;
}
.TagClassName
{
border-color: #DCF106;
}
</style>