Shades of Chartreuse Yellow #DBF114
Tints of Chartreuse Yellow #DBF114
RGB
CMYK
RGB Variations
Color information
#DBF114 (or 0xDBF114) is known color: Chartreuse Yellow. HEX triplet: DB, F1 and 14. RGB value is (219,241,20). Sum of RGB (Red+Green+Blue) = 219+241+20=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 241 (94.53% from 255 or 50.21% from 480); Blue value is 20 (8.20% from 255 or 4.17% from 480); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF114 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF114 is #240EEB. Grayscale: #D2D2D2. Windows color (decimal): -2363116 or 1372635. OLE color: 1372635.
HSL color Cylindrical-coordinate representation of color #DBF114: hue angle of 65.97º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBF114 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 20 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.05 |
| HSL | 65.97º | 0.89% | 0.51% | - |
| HSV(B) | 65.97º | 0.92% | 0.95% | - |
| XYZ | 60.79 | 78.02 | 12.52 | - |
| YUV | 209.23 | 21.21 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 20 | 0.09 | 0 | 0.92 | 0.05 | 65.97 | 0.89 | 0.51 |
| Hex | DB | F1 | 14 | 9 | 0 | 5C | 5 | 42 | 59 | 33 |
| Octal | 333 | 361 | 24 | 11 | 0 | 134 | 5 | 102 | 131 | 63 |
| Binary | 11011011 | 11110001 | 10100 | 1001 | 0 | 1011100 | 101 | 1000010 | 1011001 | 110011 |
Color Harmonies of #DBF114
Complementary color
Monochromatic Colors of #DBF114
Black with #DBF114
Text Example
Text Example
White with #DBF114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF114; }
p { color: rgb(219,241,20); }
H1.HeaderClassName
{
color: #DBF114;
}
.AnyTagClassName
{
color: #DBF114;
}
</style>
background-color css
<style>
a { background-color: #DBF114; }
a { background-color: rgb(219,241,20); }
div.DivClassName
{
background-color: #DBF114;
}
.BgClassName
{
background-color: #DBF114;
}
</style>
border-color css
<style>
span { border-color: #DBF114; }
span { border-color: rgb(219,241,20); }
td.TdClassName
{
border-color: #DBF114;
}
.TagClassName
{
border-color: #DBF114;
}
</style>