Shades of Chartreuse Yellow #DCFB00
Tints of Chartreuse Yellow #DCFB00
RGB
CMYK
RGB Variations
Color information
#DCFB00 (or 0xDCFB00) is known color: Chartreuse Yellow. HEX triplet: DC, FB and 00. RGB value is (220,251,0). Sum of RGB (Red+Green+Blue) = 220+251+0=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 251 (98.44% from 255 or 53.29% from 471); Blue value is 0 (0.39% from 255 or 0% from 471); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFB00 is #2304FF. Grayscale: #D6D6D6. Windows color (decimal): -2295040 or 64476. OLE color: 64476.
HSL color Cylindrical-coordinate representation of color #DCFB00: hue angle of 67.41º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCFB00 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.02 |
| HSL | 67.41º | 1% | 0.49% | - |
| HSV(B) | 67.41º | 1% | 0.98% | - |
| XYZ | 64.01 | 84.21 | 12.88 | - |
| YUV | 213.12 | 7.73 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 0 | 0.12 | 0 | 1 | 0.02 | 67.41 | 1 | 0.49 |
| Hex | DC | FB | 0 | C | 0 | 64 | 2 | 43 | 64 | 31 |
| Octal | 334 | 373 | 0 | 14 | 0 | 144 | 2 | 103 | 144 | 61 |
| Binary | 11011100 | 11111011 | 0 | 1100 | 0 | 1100100 | 10 | 1000011 | 1100100 | 110001 |
Color Harmonies of #DCFB00
Complementary color
Monochromatic Colors of #DCFB00
Black with #DCFB00
Text Example
Text Example
White with #DCFB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB00; }
p { color: rgb(220,251,0); }
H1.HeaderClassName
{
color: #DCFB00;
}
.AnyTagClassName
{
color: #DCFB00;
}
</style>
background-color css
<style>
a { background-color: #DCFB00; }
a { background-color: rgb(220,251,0); }
div.DivClassName
{
background-color: #DCFB00;
}
.BgClassName
{
background-color: #DCFB00;
}
</style>
border-color css
<style>
span { border-color: #DCFB00; }
span { border-color: rgb(220,251,0); }
td.TdClassName
{
border-color: #DCFB00;
}
.TagClassName
{
border-color: #DCFB00;
}
</style>