Shades of Chartreuse Yellow #DBFD02
Tints of Chartreuse Yellow #DBFD02
RGB
CMYK
RGB Variations
Color information
#DBFD02 (or 0xDBFD02) is known color: Chartreuse Yellow. HEX triplet: DB, FD and 02. RGB value is (219,253,2). Sum of RGB (Red+Green+Blue) = 219+253+2=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 253 (99.22% from 255 or 53.38% from 474); Blue value is 2 (1.17% from 255 or 0.42% from 474); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFD02 is #2402FD. Grayscale: #D7D7D7. Windows color (decimal): -2360062 or 196059. OLE color: 196059.
HSL color Cylindrical-coordinate representation of color #DBFD02: hue angle of 68.13º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBFD02 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.01 |
| HSL | 68.13º | 0.98% | 0.5% | - |
| HSV(B) | 68.13º | 0.99% | 0.99% | - |
| XYZ | 64.35 | 85.32 | 13.13 | - |
| YUV | 214.22 | 8.24 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 2 | 0.13 | 0 | 0.99 | 0.01 | 68.13 | 0.98 | 0.5 |
| Hex | DB | FD | 2 | D | 0 | 63 | 1 | 44 | 62 | 32 |
| Octal | 333 | 375 | 2 | 15 | 0 | 143 | 1 | 104 | 142 | 62 |
| Binary | 11011011 | 11111101 | 10 | 1101 | 0 | 1100011 | 1 | 1000100 | 1100010 | 110010 |
Color Harmonies of #DBFD02
Complementary color
Monochromatic Colors of #DBFD02
Black with #DBFD02
Text Example
Text Example
White with #DBFD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFD02; }
p { color: rgb(219,253,2); }
H1.HeaderClassName
{
color: #DBFD02;
}
.AnyTagClassName
{
color: #DBFD02;
}
</style>
background-color css
<style>
a { background-color: #DBFD02; }
a { background-color: rgb(219,253,2); }
div.DivClassName
{
background-color: #DBFD02;
}
.BgClassName
{
background-color: #DBFD02;
}
</style>
border-color css
<style>
span { border-color: #DBFD02; }
span { border-color: rgb(219,253,2); }
td.TdClassName
{
border-color: #DBFD02;
}
.TagClassName
{
border-color: #DBFD02;
}
</style>