Shades of Chartreuse Yellow #DBFC02
Tints of Chartreuse Yellow #DBFC02
RGB
CMYK
RGB Variations
Color information
#DBFC02 (or 0xDBFC02) is known color: Chartreuse Yellow. HEX triplet: DB, FC and 02. RGB value is (219,252,2). Sum of RGB (Red+Green+Blue) = 219+252+2=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 252 (98.83% from 255 or 53.28% from 473); Blue value is 2 (1.17% from 255 or 0.42% from 473); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFC02 is #2403FD. Grayscale: #D6D6D6. Windows color (decimal): -2360318 or 195803. OLE color: 195803.
HSL color Cylindrical-coordinate representation of color #DBFC02: hue angle of 67.92º 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 #DBFC02 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.01 |
| HSL | 67.92º | 0.98% | 0.5% | - |
| HSV(B) | 67.92º | 0.99% | 0.99% | - |
| XYZ | 64.03 | 84.69 | 13.03 | - |
| YUV | 213.63 | 8.57 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 2 | 0.13 | 0 | 0.99 | 0.01 | 67.92 | 0.98 | 0.5 |
| Hex | DB | FC | 2 | D | 0 | 63 | 1 | 44 | 62 | 32 |
| Octal | 333 | 374 | 2 | 15 | 0 | 143 | 1 | 104 | 142 | 62 |
| Binary | 11011011 | 11111100 | 10 | 1101 | 0 | 1100011 | 1 | 1000100 | 1100010 | 110010 |
Color Harmonies of #DBFC02
Complementary color
Monochromatic Colors of #DBFC02
Black with #DBFC02
Text Example
Text Example
White with #DBFC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC02; }
p { color: rgb(219,252,2); }
H1.HeaderClassName
{
color: #DBFC02;
}
.AnyTagClassName
{
color: #DBFC02;
}
</style>
background-color css
<style>
a { background-color: #DBFC02; }
a { background-color: rgb(219,252,2); }
div.DivClassName
{
background-color: #DBFC02;
}
.BgClassName
{
background-color: #DBFC02;
}
</style>
border-color css
<style>
span { border-color: #DBFC02; }
span { border-color: rgb(219,252,2); }
td.TdClassName
{
border-color: #DBFC02;
}
.TagClassName
{
border-color: #DBFC02;
}
</style>