Shades of Chartreuse Yellow #DBFE00
Tints of Chartreuse Yellow #DBFE00
RGB
CMYK
RGB Variations
Color information
#DBFE00 (or 0xDBFE00) is known color: Chartreuse Yellow. HEX triplet: DB, FE and 00. RGB value is (219,254,0). Sum of RGB (Red+Green+Blue) = 219+254+0=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 254 (99.61% from 255 or 53.70% from 473); Blue value is 0 (0.39% from 255 or 0% from 473); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFE00 is #2401FF. Grayscale: #D7D7D7. Windows color (decimal): -2359808 or 65243. OLE color: 65243.
HSL color Cylindrical-coordinate representation of color #DBFE00: hue angle of 68.27º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBFE00 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.00 |
| HSL | 68.27º | 1% | 0.5% | - |
| HSV(B) | 68.27º | 1% | 1% | - |
| XYZ | 64.66 | 85.94 | 13.18 | - |
| YUV | 214.58 | 6.9 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 0 | 0.14 | 0 | 1 | 0.00 | 68.27 | 1 | 0.5 |
| Hex | DB | FE | 0 | E | 0 | 64 | 0 | 44 | 64 | 32 |
| Octal | 333 | 376 | 0 | 16 | 0 | 144 | 0 | 104 | 144 | 62 |
| Binary | 11011011 | 11111110 | 0 | 1110 | 0 | 1100100 | 0 | 1000100 | 1100100 | 110010 |
Color Harmonies of #DBFE00
Complementary color
Monochromatic Colors of #DBFE00
Black with #DBFE00
Text Example
Text Example
White with #DBFE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE00; }
p { color: rgb(219,254,0); }
H1.HeaderClassName
{
color: #DBFE00;
}
.AnyTagClassName
{
color: #DBFE00;
}
</style>
background-color css
<style>
a { background-color: #DBFE00; }
a { background-color: rgb(219,254,0); }
div.DivClassName
{
background-color: #DBFE00;
}
.BgClassName
{
background-color: #DBFE00;
}
</style>
border-color css
<style>
span { border-color: #DBFE00; }
span { border-color: rgb(219,254,0); }
td.TdClassName
{
border-color: #DBFE00;
}
.TagClassName
{
border-color: #DBFE00;
}
</style>