Shades of Chartreuse Yellow #DBFF14
Tints of Chartreuse Yellow #DBFF14
RGB
CMYK
RGB Variations
Color information
#DBFF14 (or 0xDBFF14) is known color: Chartreuse Yellow. HEX triplet: DB, FF and 14. RGB value is (219,255,20). Sum of RGB (Red+Green+Blue) = 219+255+20=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 20 (8.20% from 255 or 4.05% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFF14 is #2400EB. Grayscale: #DADADA. Windows color (decimal): -2359532 or 1376219. OLE color: 1376219.
HSL color Cylindrical-coordinate representation of color #DBFF14: hue angle of 69.19º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBFF14 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 20 | - |
| CMYK | 0.14 | 0 | 0.92 | 0 |
| HSL | 69.19º | 1% | 0.54% | - |
| HSV(B) | 69.19º | 0.92% | 1% | - |
| XYZ | 65.1 | 86.63 | 13.95 | - |
| YUV | 217.45 | 16.57 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 20 | 0.14 | 0 | 0.92 | 0 | 69.19 | 1 | 0.54 |
| Hex | DB | FF | 14 | E | 0 | 5C | 0 | 45 | 64 | 36 |
| Octal | 333 | 377 | 24 | 16 | 0 | 134 | 0 | 105 | 144 | 66 |
| Binary | 11011011 | 11111111 | 10100 | 1110 | 0 | 1011100 | 0 | 1000101 | 1100100 | 110110 |
Color Harmonies of #DBFF14
Complementary color
Monochromatic Colors of #DBFF14
Black with #DBFF14
Text Example
Text Example
White with #DBFF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF14; }
p { color: rgb(219,255,20); }
H1.HeaderClassName
{
color: #DBFF14;
}
.AnyTagClassName
{
color: #DBFF14;
}
</style>
background-color css
<style>
a { background-color: #DBFF14; }
a { background-color: rgb(219,255,20); }
div.DivClassName
{
background-color: #DBFF14;
}
.BgClassName
{
background-color: #DBFF14;
}
</style>
border-color css
<style>
span { border-color: #DBFF14; }
span { border-color: rgb(219,255,20); }
td.TdClassName
{
border-color: #DBFF14;
}
.TagClassName
{
border-color: #DBFF14;
}
</style>