Shades of Chartreuse Yellow #DCFB0A
Tints of Chartreuse Yellow #DCFB0A
RGB
CMYK
RGB Variations
Color information
#DCFB0A (or 0xDCFB0A) is known color: Chartreuse Yellow. HEX triplet: DC, FB and 0A. RGB value is (220,251,10). Sum of RGB (Red+Green+Blue) = 220+251+10=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 251 (98.44% from 255 or 52.18% from 481); Blue value is 10 (4.30% from 255 or 2.08% from 481); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFB0A is #2304F5. Grayscale: #D7D7D7. Windows color (decimal): -2295030 or 719836. OLE color: 719836.
HSL color Cylindrical-coordinate representation of color #DCFB0A: hue angle of 67.72º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCFB0A is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 10 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.02 |
| HSL | 67.72º | 0.97% | 0.51% | - |
| HSV(B) | 67.72º | 0.96% | 0.98% | - |
| XYZ | 64.07 | 84.23 | 13.17 | - |
| YUV | 214.26 | 12.73 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 10 | 0.12 | 0 | 0.96 | 0.02 | 67.72 | 0.97 | 0.51 |
| Hex | DC | FB | A | C | 0 | 60 | 2 | 44 | 61 | 33 |
| Octal | 334 | 373 | 12 | 14 | 0 | 140 | 2 | 104 | 141 | 63 |
| Binary | 11011100 | 11111011 | 1010 | 1100 | 0 | 1100000 | 10 | 1000100 | 1100001 | 110011 |
Color Harmonies of #DCFB0A
Complementary color
Monochromatic Colors of #DCFB0A
Black with #DCFB0A
Text Example
Text Example
White with #DCFB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB0A; }
p { color: rgb(220,251,10); }
H1.HeaderClassName
{
color: #DCFB0A;
}
.AnyTagClassName
{
color: #DCFB0A;
}
</style>
background-color css
<style>
a { background-color: #DCFB0A; }
a { background-color: rgb(220,251,10); }
div.DivClassName
{
background-color: #DCFB0A;
}
.BgClassName
{
background-color: #DCFB0A;
}
</style>
border-color css
<style>
span { border-color: #DCFB0A; }
span { border-color: rgb(220,251,10); }
td.TdClassName
{
border-color: #DCFB0A;
}
.TagClassName
{
border-color: #DCFB0A;
}
</style>