Shades of Chartreuse Yellow #DCF70B
Tints of Chartreuse Yellow #DCF70B
RGB
CMYK
RGB Variations
Color information
#DCF70B (or 0xDCF70B) is known color: Chartreuse Yellow. HEX triplet: DC, F7 and 0B. RGB value is (220,247,11). Sum of RGB (Red+Green+Blue) = 220+247+11=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 247 (96.88% from 255 or 51.67% from 478); Blue value is 11 (4.69% from 255 or 2.30% from 478); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF70B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF70B is #2308F4. Grayscale: #D4D4D4. Windows color (decimal): -2296053 or 784348. OLE color: 784348.
HSL color Cylindrical-coordinate representation of color #DCF70B: hue angle of 66.86º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCF70B is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 11 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.03 |
| HSL | 66.86º | 0.94% | 0.51% | - |
| HSV(B) | 66.86º | 0.96% | 0.97% | - |
| XYZ | 62.84 | 81.76 | 12.79 | - |
| YUV | 212.02 | 14.55 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 11 | 0.11 | 0 | 0.96 | 0.03 | 66.86 | 0.94 | 0.51 |
| Hex | DC | F7 | B | B | 0 | 60 | 3 | 43 | 5E | 33 |
| Octal | 334 | 367 | 13 | 13 | 0 | 140 | 3 | 103 | 136 | 63 |
| Binary | 11011100 | 11110111 | 1011 | 1011 | 0 | 1100000 | 11 | 1000011 | 1011110 | 110011 |
Color Harmonies of #DCF70B
Complementary color
Monochromatic Colors of #DCF70B
Black with #DCF70B
Text Example
Text Example
White with #DCF70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF70B; }
p { color: rgb(220,247,11); }
H1.HeaderClassName
{
color: #DCF70B;
}
.AnyTagClassName
{
color: #DCF70B;
}
</style>
background-color css
<style>
a { background-color: #DCF70B; }
a { background-color: rgb(220,247,11); }
div.DivClassName
{
background-color: #DCF70B;
}
.BgClassName
{
background-color: #DCF70B;
}
</style>
border-color css
<style>
span { border-color: #DCF70B; }
span { border-color: rgb(220,247,11); }
td.TdClassName
{
border-color: #DCF70B;
}
.TagClassName
{
border-color: #DCF70B;
}
</style>