Shades of Chartreuse Yellow #DBF60E
Tints of Chartreuse Yellow #DBF60E
RGB
CMYK
RGB Variations
Color information
#DBF60E (or 0xDBF60E) is known color: Chartreuse Yellow. HEX triplet: DB, F6 and 0E. RGB value is (219,246,14). Sum of RGB (Red+Green+Blue) = 219+246+14=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 246 (96.48% from 255 or 51.36% from 479); Blue value is 14 (5.86% from 255 or 2.92% from 479); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF60E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF60E is #2409F1. Grayscale: #D4D4D4. Windows color (decimal): -2361842 or 980699. OLE color: 980699.
HSL color Cylindrical-coordinate representation of color #DBF60E: hue angle of 66.98º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBF60E is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 14 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.04 |
| HSL | 66.98º | 0.93% | 0.51% | - |
| HSV(B) | 66.98º | 0.94% | 0.96% | - |
| XYZ | 62.25 | 81 | 12.77 | - |
| YUV | 211.48 | 16.55 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 14 | 0.11 | 0 | 0.94 | 0.04 | 66.98 | 0.93 | 0.51 |
| Hex | DB | F6 | E | B | 0 | 5E | 4 | 43 | 5D | 33 |
| Octal | 333 | 366 | 16 | 13 | 0 | 136 | 4 | 103 | 135 | 63 |
| Binary | 11011011 | 11110110 | 1110 | 1011 | 0 | 1011110 | 100 | 1000011 | 1011101 | 110011 |
Color Harmonies of #DBF60E
Complementary color
Monochromatic Colors of #DBF60E
Black with #DBF60E
Text Example
Text Example
White with #DBF60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF60E; }
p { color: rgb(219,246,14); }
H1.HeaderClassName
{
color: #DBF60E;
}
.AnyTagClassName
{
color: #DBF60E;
}
</style>
background-color css
<style>
a { background-color: #DBF60E; }
a { background-color: rgb(219,246,14); }
div.DivClassName
{
background-color: #DBF60E;
}
.BgClassName
{
background-color: #DBF60E;
}
</style>
border-color css
<style>
span { border-color: #DBF60E; }
span { border-color: rgb(219,246,14); }
td.TdClassName
{
border-color: #DBF60E;
}
.TagClassName
{
border-color: #DBF60E;
}
</style>