Shades of Chartreuse Yellow #DBFA01
Tints of Chartreuse Yellow #DBFA01
RGB
CMYK
RGB Variations
Color information
#DBFA01 (or 0xDBFA01) is known color: Chartreuse Yellow. HEX triplet: DB, FA and 01. RGB value is (219,250,1). Sum of RGB (Red+Green+Blue) = 219+250+1=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 250 (98.05% from 255 or 53.19% from 470); Blue value is 1 (0.78% from 255 or 0.21% from 470); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFA01 is #2405FE. Grayscale: #D5D5D5. Windows color (decimal): -2360831 or 129755. OLE color: 129755.
HSL color Cylindrical-coordinate representation of color #DBFA01: hue angle of 67.47º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBFA01 is Cyan = 0.12, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 1 | - |
| CMYK | 0.12 | 0 | 1.00 | 0.02 |
| HSL | 67.47º | 0.99% | 0.49% | - |
| HSV(B) | 67.47º | 1% | 0.98% | - |
| XYZ | 63.4 | 83.43 | 12.79 | - |
| YUV | 212.35 | 8.73 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 1 | 0.12 | 0 | 1.00 | 0.02 | 67.47 | 0.99 | 0.49 |
| Hex | DB | FA | 1 | C | 0 | 64 | 2 | 43 | 63 | 31 |
| Octal | 333 | 372 | 1 | 14 | 0 | 144 | 2 | 103 | 143 | 61 |
| Binary | 11011011 | 11111010 | 1 | 1100 | 0 | 1100100 | 10 | 1000011 | 1100011 | 110001 |
Color Harmonies of #DBFA01
Complementary color
Monochromatic Colors of #DBFA01
Black with #DBFA01
Text Example
Text Example
White with #DBFA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFA01; }
p { color: rgb(219,250,1); }
H1.HeaderClassName
{
color: #DBFA01;
}
.AnyTagClassName
{
color: #DBFA01;
}
</style>
background-color css
<style>
a { background-color: #DBFA01; }
a { background-color: rgb(219,250,1); }
div.DivClassName
{
background-color: #DBFA01;
}
.BgClassName
{
background-color: #DBFA01;
}
</style>
border-color css
<style>
span { border-color: #DBFA01; }
span { border-color: rgb(219,250,1); }
td.TdClassName
{
border-color: #DBFA01;
}
.TagClassName
{
border-color: #DBFA01;
}
</style>