Shades of Chartreuse Yellow #DBF500
Tints of Chartreuse Yellow #DBF500
RGB
CMYK
RGB Variations
Color information
#DBF500 (or 0xDBF500) is known color: Chartreuse Yellow. HEX triplet: DB, F5 and 00. RGB value is (219,245,0). Sum of RGB (Red+Green+Blue) = 219+245+0=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 245 (96.09% from 255 or 52.80% from 464); Blue value is 0 (0.39% from 255 or 0% from 464); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF500 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF500 is #240AFF. Grayscale: #D2D2D2. Windows color (decimal): -2362112 or 62939. OLE color: 62939.
HSL color Cylindrical-coordinate representation of color #DBF500: hue angle of 66.37º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBF500 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 245 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.04 |
| HSL | 66.37º | 1% | 0.48% | - |
| HSV(B) | 66.37º | 1% | 0.96% | - |
| XYZ | 61.87 | 80.36 | 12.25 | - |
| YUV | 209.3 | 9.89 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 0 | 0.11 | 0 | 1 | 0.04 | 66.37 | 1 | 0.48 |
| Hex | DB | F5 | 0 | B | 0 | 64 | 4 | 42 | 64 | 30 |
| Octal | 333 | 365 | 0 | 13 | 0 | 144 | 4 | 102 | 144 | 60 |
| Binary | 11011011 | 11110101 | 0 | 1011 | 0 | 1100100 | 100 | 1000010 | 1100100 | 110000 |
Color Harmonies of #DBF500
Complementary color
Monochromatic Colors of #DBF500
Black with #DBF500
Text Example
Text Example
White with #DBF500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF500; }
p { color: rgb(219,245,0); }
H1.HeaderClassName
{
color: #DBF500;
}
.AnyTagClassName
{
color: #DBF500;
}
</style>
background-color css
<style>
a { background-color: #DBF500; }
a { background-color: rgb(219,245,0); }
div.DivClassName
{
background-color: #DBF500;
}
.BgClassName
{
background-color: #DBF500;
}
</style>
border-color css
<style>
span { border-color: #DBF500; }
span { border-color: rgb(219,245,0); }
td.TdClassName
{
border-color: #DBF500;
}
.TagClassName
{
border-color: #DBF500;
}
</style>