Shades of Chartreuse Yellow #DCF10B
Tints of Chartreuse Yellow #DCF10B
RGB
CMYK
RGB Variations
Color information
#DCF10B (or 0xDCF10B) is known color: Chartreuse Yellow. HEX triplet: DC, F1 and 0B. RGB value is (220,241,11). Sum of RGB (Red+Green+Blue) = 220+241+11=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 241 (94.53% from 255 or 51.06% from 472); Blue value is 11 (4.69% from 255 or 2.33% from 472); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF10B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF10B is #230EF4. Grayscale: #D1D1D1. Windows color (decimal): -2297589 or 782812. OLE color: 782812.
HSL color Cylindrical-coordinate representation of color #DCF10B: hue angle of 65.48º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCF10B is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 11 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.05 |
| HSL | 65.48º | 0.91% | 0.49% | - |
| HSV(B) | 65.48º | 0.95% | 0.95% | - |
| XYZ | 61.03 | 78.15 | 12.18 | - |
| YUV | 208.5 | 16.54 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 11 | 0.09 | 0 | 0.95 | 0.05 | 65.48 | 0.91 | 0.49 |
| Hex | DC | F1 | B | 9 | 0 | 5F | 5 | 41 | 5B | 31 |
| Octal | 334 | 361 | 13 | 11 | 0 | 137 | 5 | 101 | 133 | 61 |
| Binary | 11011100 | 11110001 | 1011 | 1001 | 0 | 1011111 | 101 | 1000001 | 1011011 | 110001 |
Color Harmonies of #DCF10B
Complementary color
Monochromatic Colors of #DCF10B
Black with #DCF10B
Text Example
Text Example
White with #DCF10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF10B; }
p { color: rgb(220,241,11); }
H1.HeaderClassName
{
color: #DCF10B;
}
.AnyTagClassName
{
color: #DCF10B;
}
</style>
background-color css
<style>
a { background-color: #DCF10B; }
a { background-color: rgb(220,241,11); }
div.DivClassName
{
background-color: #DCF10B;
}
.BgClassName
{
background-color: #DCF10B;
}
</style>
border-color css
<style>
span { border-color: #DCF10B; }
span { border-color: rgb(220,241,11); }
td.TdClassName
{
border-color: #DCF10B;
}
.TagClassName
{
border-color: #DCF10B;
}
</style>