Shades of Chartreuse Yellow #DCFB13
Tints of Chartreuse Yellow #DCFB13
RGB
CMYK
RGB Variations
Color information
#DCFB13 (or 0xDCFB13) is known color: Chartreuse Yellow. HEX triplet: DC, FB and 13. RGB value is (220,251,19). Sum of RGB (Red+Green+Blue) = 220+251+19=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 251 (98.44% from 255 or 51.22% from 490); Blue value is 19 (7.81% from 255 or 3.88% from 490); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFB13 is #2304EC. Grayscale: #D8D8D8. Windows color (decimal): -2295021 or 1309660. OLE color: 1309660.
HSL color Cylindrical-coordinate representation of color #DCFB13: hue angle of 68.02º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCFB13 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 19 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.02 |
| HSL | 68.02º | 0.97% | 0.53% | - |
| HSV(B) | 68.02º | 0.92% | 0.98% | - |
| XYZ | 64.13 | 84.26 | 13.5 | - |
| YUV | 215.28 | 17.23 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 19 | 0.12 | 0 | 0.92 | 0.02 | 68.02 | 0.97 | 0.53 |
| Hex | DC | FB | 13 | C | 0 | 5C | 2 | 44 | 61 | 35 |
| Octal | 334 | 373 | 23 | 14 | 0 | 134 | 2 | 104 | 141 | 65 |
| Binary | 11011100 | 11111011 | 10011 | 1100 | 0 | 1011100 | 10 | 1000100 | 1100001 | 110101 |
Color Harmonies of #DCFB13
Complementary color
Monochromatic Colors of #DCFB13
Black with #DCFB13
Text Example
Text Example
White with #DCFB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB13; }
p { color: rgb(220,251,19); }
H1.HeaderClassName
{
color: #DCFB13;
}
.AnyTagClassName
{
color: #DCFB13;
}
</style>
background-color css
<style>
a { background-color: #DCFB13; }
a { background-color: rgb(220,251,19); }
div.DivClassName
{
background-color: #DCFB13;
}
.BgClassName
{
background-color: #DCFB13;
}
</style>
border-color css
<style>
span { border-color: #DCFB13; }
span { border-color: rgb(220,251,19); }
td.TdClassName
{
border-color: #DCFB13;
}
.TagClassName
{
border-color: #DCFB13;
}
</style>