Shades of Chartreuse Yellow #DCF108
Tints of Chartreuse Yellow #DCF108
RGB
CMYK
RGB Variations
Color information
#DCF108 (or 0xDCF108) is known color: Chartreuse Yellow. HEX triplet: DC, F1 and 08. RGB value is (220,241,8). Sum of RGB (Red+Green+Blue) = 220+241+8=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 241 (94.53% from 255 or 51.39% from 469); Blue value is 8 (3.52% from 255 or 1.71% from 469); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF108 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF108 is #230EF7. Grayscale: #D1D1D1. Windows color (decimal): -2297592 or 586204. OLE color: 586204.
HSL color Cylindrical-coordinate representation of color #DCF108: hue angle of 65.41º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DCF108 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 8 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.05 |
| HSL | 65.41º | 0.94% | 0.49% | - |
| HSV(B) | 65.41º | 0.97% | 0.95% | - |
| XYZ | 61.01 | 78.14 | 12.1 | - |
| YUV | 208.16 | 15.04 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 8 | 0.09 | 0 | 0.97 | 0.05 | 65.41 | 0.94 | 0.49 |
| Hex | DC | F1 | 8 | 9 | 0 | 61 | 5 | 41 | 5E | 31 |
| Octal | 334 | 361 | 10 | 11 | 0 | 141 | 5 | 101 | 136 | 61 |
| Binary | 11011100 | 11110001 | 1000 | 1001 | 0 | 1100001 | 101 | 1000001 | 1011110 | 110001 |
Color Harmonies of #DCF108
Complementary color
Monochromatic Colors of #DCF108
Black with #DCF108
Text Example
Text Example
White with #DCF108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF108; }
p { color: rgb(220,241,8); }
H1.HeaderClassName
{
color: #DCF108;
}
.AnyTagClassName
{
color: #DCF108;
}
</style>
background-color css
<style>
a { background-color: #DCF108; }
a { background-color: rgb(220,241,8); }
div.DivClassName
{
background-color: #DCF108;
}
.BgClassName
{
background-color: #DCF108;
}
</style>
border-color css
<style>
span { border-color: #DCF108; }
span { border-color: rgb(220,241,8); }
td.TdClassName
{
border-color: #DCF108;
}
.TagClassName
{
border-color: #DCF108;
}
</style>