Shades of Chartreuse Yellow #DBF800
Tints of Chartreuse Yellow #DBF800
RGB
CMYK
RGB Variations
Color information
#DBF800 (or 0xDBF800) is known color: Chartreuse Yellow. HEX triplet: DB, F8 and 00. RGB value is (219,248,0). Sum of RGB (Red+Green+Blue) = 219+248+0=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 248 (97.27% from 255 or 53.10% from 467); Blue value is 0 (0.39% from 255 or 0% from 467); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF800 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF800 is #2407FF. Grayscale: #D4D4D4. Windows color (decimal): -2361344 or 63707. OLE color: 63707.
HSL color Cylindrical-coordinate representation of color #DBF800: hue angle of 67.02º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBF800 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.03 |
| HSL | 67.02º | 1% | 0.49% | - |
| HSV(B) | 67.02º | 1% | 0.97% | - |
| XYZ | 62.78 | 82.19 | 12.56 | - |
| YUV | 211.06 | 8.89 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 0 | 0.12 | 0 | 1 | 0.03 | 67.02 | 1 | 0.49 |
| Hex | DB | F8 | 0 | C | 0 | 64 | 3 | 43 | 64 | 31 |
| Octal | 333 | 370 | 0 | 14 | 0 | 144 | 3 | 103 | 144 | 61 |
| Binary | 11011011 | 11111000 | 0 | 1100 | 0 | 1100100 | 11 | 1000011 | 1100100 | 110001 |
Color Harmonies of #DBF800
Complementary color
Monochromatic Colors of #DBF800
Black with #DBF800
Text Example
Text Example
White with #DBF800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF800; }
p { color: rgb(219,248,0); }
H1.HeaderClassName
{
color: #DBF800;
}
.AnyTagClassName
{
color: #DBF800;
}
</style>
background-color css
<style>
a { background-color: #DBF800; }
a { background-color: rgb(219,248,0); }
div.DivClassName
{
background-color: #DBF800;
}
.BgClassName
{
background-color: #DBF800;
}
</style>
border-color css
<style>
span { border-color: #DBF800; }
span { border-color: rgb(219,248,0); }
td.TdClassName
{
border-color: #DBF800;
}
.TagClassName
{
border-color: #DBF800;
}
</style>