Shades of Chartreuse Yellow #DBF015
Tints of Chartreuse Yellow #DBF015
RGB
CMYK
RGB Variations
Color information
#DBF015 (or 0xDBF015) is known color: Chartreuse Yellow. HEX triplet: DB, F0 and 15. RGB value is (219,240,21). Sum of RGB (Red+Green+Blue) = 219+240+21=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 240 (94.14% from 255 or 50% from 480); Blue value is 21 (8.59% from 255 or 4.38% from 480); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF015 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF015 is #240FEA. Grayscale: #D1D1D1. Windows color (decimal): -2363371 or 1437915. OLE color: 1437915.
HSL color Cylindrical-coordinate representation of color #DBF015: hue angle of 65.75º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBF015 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 21 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.06 |
| HSL | 65.75º | 0.88% | 0.51% | - |
| HSV(B) | 65.75º | 0.91% | 0.94% | - |
| XYZ | 60.51 | 77.43 | 12.47 | - |
| YUV | 208.76 | 22.04 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 21 | 0.09 | 0 | 0.91 | 0.06 | 65.75 | 0.88 | 0.51 |
| Hex | DB | F0 | 15 | 9 | 0 | 5B | 6 | 42 | 58 | 33 |
| Octal | 333 | 360 | 25 | 11 | 0 | 133 | 6 | 102 | 130 | 63 |
| Binary | 11011011 | 11110000 | 10101 | 1001 | 0 | 1011011 | 110 | 1000010 | 1011000 | 110011 |
Color Harmonies of #DBF015
Complementary color
Monochromatic Colors of #DBF015
Black with #DBF015
Text Example
Text Example
White with #DBF015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF015; }
p { color: rgb(219,240,21); }
H1.HeaderClassName
{
color: #DBF015;
}
.AnyTagClassName
{
color: #DBF015;
}
</style>
background-color css
<style>
a { background-color: #DBF015; }
a { background-color: rgb(219,240,21); }
div.DivClassName
{
background-color: #DBF015;
}
.BgClassName
{
background-color: #DBF015;
}
</style>
border-color css
<style>
span { border-color: #DBF015; }
span { border-color: rgb(219,240,21); }
td.TdClassName
{
border-color: #DBF015;
}
.TagClassName
{
border-color: #DBF015;
}
</style>