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