Shades of Chartreuse Yellow #DBFC01
Tints of Chartreuse Yellow #DBFC01
RGB
CMYK
RGB Variations
Color information
#DBFC01 (or 0xDBFC01) is known color: Chartreuse Yellow. HEX triplet: DB, FC and 01. RGB value is (219,252,1). Sum of RGB (Red+Green+Blue) = 219+252+1=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 252 (98.83% from 255 or 53.39% from 472); Blue value is 1 (0.78% from 255 or 0.21% from 472); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFC01 is #2403FE. Grayscale: #D6D6D6. Windows color (decimal): -2360319 or 130267. OLE color: 130267.
HSL color Cylindrical-coordinate representation of color #DBFC01: hue angle of 67.89º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBFC01 is Cyan = 0.13, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 1 | - |
| CMYK | 0.13 | 0 | 1.00 | 0.01 |
| HSL | 67.89º | 0.99% | 0.5% | - |
| HSV(B) | 67.89º | 1% | 0.99% | - |
| XYZ | 64.03 | 84.68 | 13 | - |
| YUV | 213.52 | 8.07 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 1 | 0.13 | 0 | 1.00 | 0.01 | 67.89 | 0.99 | 0.5 |
| Hex | DB | FC | 1 | D | 0 | 64 | 1 | 44 | 63 | 32 |
| Octal | 333 | 374 | 1 | 15 | 0 | 144 | 1 | 104 | 143 | 62 |
| Binary | 11011011 | 11111100 | 1 | 1101 | 0 | 1100100 | 1 | 1000100 | 1100011 | 110010 |
Color Harmonies of #DBFC01
Complementary color
Monochromatic Colors of #DBFC01
Black with #DBFC01
Text Example
Text Example
White with #DBFC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC01; }
p { color: rgb(219,252,1); }
H1.HeaderClassName
{
color: #DBFC01;
}
.AnyTagClassName
{
color: #DBFC01;
}
</style>
background-color css
<style>
a { background-color: #DBFC01; }
a { background-color: rgb(219,252,1); }
div.DivClassName
{
background-color: #DBFC01;
}
.BgClassName
{
background-color: #DBFC01;
}
</style>
border-color css
<style>
span { border-color: #DBFC01; }
span { border-color: rgb(219,252,1); }
td.TdClassName
{
border-color: #DBFC01;
}
.TagClassName
{
border-color: #DBFC01;
}
</style>