Shades of Chartreuse Yellow #DBFF01
Tints of Chartreuse Yellow #DBFF01
RGB
CMYK
RGB Variations
Color information
#DBFF01 (or 0xDBFF01) is known color: Chartreuse Yellow. HEX triplet: DB, FF and 01. RGB value is (219,255,1). Sum of RGB (Red+Green+Blue) = 219+255+1=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 255 (100% from 255 or 53.68% from 475); Blue value is 1 (0.78% from 255 or 0.21% from 475); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFF01 is #2400FE. Grayscale: #D8D8D8. Windows color (decimal): -2359551 or 131035. OLE color: 131035.
HSL color Cylindrical-coordinate representation of color #DBFF01: hue angle of 68.5º 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 #DBFF01 is Cyan = 0.14, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 1 | - |
| CMYK | 0.14 | 0 | 1.00 | 0 |
| HSL | 68.5º | 1% | 0.5% | - |
| HSV(B) | 68.5º | 1% | 1% | - |
| XYZ | 64.98 | 86.58 | 13.32 | - |
| YUV | 215.28 | 7.07 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 1 | 0.14 | 0 | 1.00 | 0 | 68.5 | 1 | 0.5 |
| Hex | DB | FF | 1 | E | 0 | 64 | 0 | 45 | 64 | 32 |
| Octal | 333 | 377 | 1 | 16 | 0 | 144 | 0 | 105 | 144 | 62 |
| Binary | 11011011 | 11111111 | 1 | 1110 | 0 | 1100100 | 0 | 1000101 | 1100100 | 110010 |
Color Harmonies of #DBFF01
Complementary color
Monochromatic Colors of #DBFF01
Black with #DBFF01
Text Example
Text Example
White with #DBFF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF01; }
p { color: rgb(219,255,1); }
H1.HeaderClassName
{
color: #DBFF01;
}
.AnyTagClassName
{
color: #DBFF01;
}
</style>
background-color css
<style>
a { background-color: #DBFF01; }
a { background-color: rgb(219,255,1); }
div.DivClassName
{
background-color: #DBFF01;
}
.BgClassName
{
background-color: #DBFF01;
}
</style>
border-color css
<style>
span { border-color: #DBFF01; }
span { border-color: rgb(219,255,1); }
td.TdClassName
{
border-color: #DBFF01;
}
.TagClassName
{
border-color: #DBFF01;
}
</style>