Shades of Chartreuse Yellow #DCF80B
Tints of Chartreuse Yellow #DCF80B
RGB
CMYK
RGB Variations
Color information
#DCF80B (or 0xDCF80B) is known color: Chartreuse Yellow. HEX triplet: DC, F8 and 0B. RGB value is (220,248,11). Sum of RGB (Red+Green+Blue) = 220+248+11=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 248 (97.27% from 255 or 51.77% from 479); Blue value is 11 (4.69% from 255 or 2.30% from 479); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF80B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF80B is #2307F4. Grayscale: #D5D5D5. Windows color (decimal): -2295797 or 784604. OLE color: 784604.
HSL color Cylindrical-coordinate representation of color #DCF80B: hue angle of 67.09º 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 #DCF80B is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 11 | - |
| CMYK | 0.11 | 0 | 0.96 | 0.03 |
| HSL | 67.09º | 0.94% | 0.51% | - |
| HSV(B) | 67.09º | 0.96% | 0.97% | - |
| XYZ | 63.14 | 82.37 | 12.89 | - |
| YUV | 212.61 | 14.22 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 11 | 0.11 | 0 | 0.96 | 0.03 | 67.09 | 0.94 | 0.51 |
| Hex | DC | F8 | B | B | 0 | 60 | 3 | 43 | 5E | 33 |
| Octal | 334 | 370 | 13 | 13 | 0 | 140 | 3 | 103 | 136 | 63 |
| Binary | 11011100 | 11111000 | 1011 | 1011 | 0 | 1100000 | 11 | 1000011 | 1011110 | 110011 |
Color Harmonies of #DCF80B
Complementary color
Monochromatic Colors of #DCF80B
Black with #DCF80B
Text Example
Text Example
White with #DCF80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF80B; }
p { color: rgb(220,248,11); }
H1.HeaderClassName
{
color: #DCF80B;
}
.AnyTagClassName
{
color: #DCF80B;
}
</style>
background-color css
<style>
a { background-color: #DCF80B; }
a { background-color: rgb(220,248,11); }
div.DivClassName
{
background-color: #DCF80B;
}
.BgClassName
{
background-color: #DCF80B;
}
</style>
border-color css
<style>
span { border-color: #DCF80B; }
span { border-color: rgb(220,248,11); }
td.TdClassName
{
border-color: #DCF80B;
}
.TagClassName
{
border-color: #DCF80B;
}
</style>