Shades of Chartreuse Yellow #DBFF12
Tints of Chartreuse Yellow #DBFF12
RGB
CMYK
RGB Variations
Color information
#DBFF12 (or 0xDBFF12) is known color: Chartreuse Yellow. HEX triplet: DB, FF and 12. RGB value is (219,255,18). Sum of RGB (Red+Green+Blue) = 219+255+18=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 18 (7.42% from 255 or 3.66% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFF12 is #2400ED. Grayscale: #DADADA. Windows color (decimal): -2359534 or 1245147. OLE color: 1245147.
HSL color Cylindrical-coordinate representation of color #DBFF12: hue angle of 69.11º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBFF12 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 18 | - |
| CMYK | 0.14 | 0 | 0.93 | 0 |
| HSL | 69.11º | 1% | 0.54% | - |
| HSV(B) | 69.11º | 0.93% | 1% | - |
| XYZ | 65.08 | 86.62 | 13.86 | - |
| YUV | 217.22 | 15.57 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 18 | 0.14 | 0 | 0.93 | 0 | 69.11 | 1 | 0.54 |
| Hex | DB | FF | 12 | E | 0 | 5D | 0 | 45 | 64 | 36 |
| Octal | 333 | 377 | 22 | 16 | 0 | 135 | 0 | 105 | 144 | 66 |
| Binary | 11011011 | 11111111 | 10010 | 1110 | 0 | 1011101 | 0 | 1000101 | 1100100 | 110110 |
Color Harmonies of #DBFF12
Complementary color
Monochromatic Colors of #DBFF12
Black with #DBFF12
Text Example
Text Example
White with #DBFF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF12; }
p { color: rgb(219,255,18); }
H1.HeaderClassName
{
color: #DBFF12;
}
.AnyTagClassName
{
color: #DBFF12;
}
</style>
background-color css
<style>
a { background-color: #DBFF12; }
a { background-color: rgb(219,255,18); }
div.DivClassName
{
background-color: #DBFF12;
}
.BgClassName
{
background-color: #DBFF12;
}
</style>
border-color css
<style>
span { border-color: #DBFF12; }
span { border-color: rgb(219,255,18); }
td.TdClassName
{
border-color: #DBFF12;
}
.TagClassName
{
border-color: #DBFF12;
}
</style>