Shades of Chartreuse Yellow #DBFB02
Tints of Chartreuse Yellow #DBFB02
RGB
CMYK
RGB Variations
Color information
#DBFB02 (or 0xDBFB02) is known color: Chartreuse Yellow. HEX triplet: DB, FB and 02. RGB value is (219,251,2). Sum of RGB (Red+Green+Blue) = 219+251+2=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 251 (98.44% from 255 or 53.18% from 472); Blue value is 2 (1.17% from 255 or 0.42% from 472); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFB02 is #2404FD. Grayscale: #D6D6D6. Windows color (decimal): -2360574 or 195547. OLE color: 195547.
HSL color Cylindrical-coordinate representation of color #DBFB02: hue angle of 67.71º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBFB02 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.02 |
| HSL | 67.71º | 0.98% | 0.5% | - |
| HSV(B) | 67.71º | 0.99% | 0.98% | - |
| XYZ | 63.72 | 84.06 | 12.92 | - |
| YUV | 213.05 | 8.9 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 2 | 0.13 | 0 | 0.99 | 0.02 | 67.71 | 0.98 | 0.5 |
| Hex | DB | FB | 2 | D | 0 | 63 | 2 | 44 | 62 | 32 |
| Octal | 333 | 373 | 2 | 15 | 0 | 143 | 2 | 104 | 142 | 62 |
| Binary | 11011011 | 11111011 | 10 | 1101 | 0 | 1100011 | 10 | 1000100 | 1100010 | 110010 |
Color Harmonies of #DBFB02
Complementary color
Monochromatic Colors of #DBFB02
Black with #DBFB02
Text Example
Text Example
White with #DBFB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB02; }
p { color: rgb(219,251,2); }
H1.HeaderClassName
{
color: #DBFB02;
}
.AnyTagClassName
{
color: #DBFB02;
}
</style>
background-color css
<style>
a { background-color: #DBFB02; }
a { background-color: rgb(219,251,2); }
div.DivClassName
{
background-color: #DBFB02;
}
.BgClassName
{
background-color: #DBFB02;
}
</style>
border-color css
<style>
span { border-color: #DBFB02; }
span { border-color: rgb(219,251,2); }
td.TdClassName
{
border-color: #DBFB02;
}
.TagClassName
{
border-color: #DBFB02;
}
</style>