Shades of Chartreuse Yellow #DBF300
Tints of Chartreuse Yellow #DBF300
RGB
CMYK
RGB Variations
Color information
#DBF300 (or 0xDBF300) is known color: Chartreuse Yellow. HEX triplet: DB, F3 and 00. RGB value is (219,243,0). Sum of RGB (Red+Green+Blue) = 219+243+0=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 243 (95.31% from 255 or 52.60% from 462); Blue value is 0 (0.39% from 255 or 0% from 462); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF300 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF300 is #240CFF. Grayscale: #D1D1D1. Windows color (decimal): -2362624 or 62427. OLE color: 62427.
HSL color Cylindrical-coordinate representation of color #DBF300: hue angle of 65.93º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBF300 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.05 |
| HSL | 65.93º | 1% | 0.48% | - |
| HSV(B) | 65.93º | 1% | 0.95% | - |
| XYZ | 61.26 | 79.16 | 12.05 | - |
| YUV | 208.12 | 10.55 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 0 | 0.10 | 0 | 1 | 0.05 | 65.93 | 1 | 0.48 |
| Hex | DB | F3 | 0 | A | 0 | 64 | 5 | 42 | 64 | 30 |
| Octal | 333 | 363 | 0 | 12 | 0 | 144 | 5 | 102 | 144 | 60 |
| Binary | 11011011 | 11110011 | 0 | 1010 | 0 | 1100100 | 101 | 1000010 | 1100100 | 110000 |
Color Harmonies of #DBF300
Complementary color
Monochromatic Colors of #DBF300
Black with #DBF300
Text Example
Text Example
White with #DBF300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF300; }
p { color: rgb(219,243,0); }
H1.HeaderClassName
{
color: #DBF300;
}
.AnyTagClassName
{
color: #DBF300;
}
</style>
background-color css
<style>
a { background-color: #DBF300; }
a { background-color: rgb(219,243,0); }
div.DivClassName
{
background-color: #DBF300;
}
.BgClassName
{
background-color: #DBF300;
}
</style>
border-color css
<style>
span { border-color: #DBF300; }
span { border-color: rgb(219,243,0); }
td.TdClassName
{
border-color: #DBF300;
}
.TagClassName
{
border-color: #DBF300;
}
</style>