Shades of Chartreuse Yellow #DBF514
Tints of Chartreuse Yellow #DBF514
RGB
CMYK
RGB Variations
Color information
#DBF514 (or 0xDBF514) is known color: Chartreuse Yellow. HEX triplet: DB, F5 and 14. RGB value is (219,245,20). Sum of RGB (Red+Green+Blue) = 219+245+20=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 245 (96.09% from 255 or 50.62% from 484); Blue value is 20 (8.20% from 255 or 4.13% from 484); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF514 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF514 is #240AEB. Grayscale: #D4D4D4. Windows color (decimal): -2362092 or 1373659. OLE color: 1373659.
HSL color Cylindrical-coordinate representation of color #DBF514: hue angle of 66.93º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBF514 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 245 | 20 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.04 |
| HSL | 66.93º | 0.92% | 0.52% | - |
| HSV(B) | 66.93º | 0.92% | 0.96% | - |
| XYZ | 61.99 | 80.42 | 12.92 | - |
| YUV | 211.58 | 19.89 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 20 | 0.11 | 0 | 0.92 | 0.04 | 66.93 | 0.92 | 0.52 |
| Hex | DB | F5 | 14 | B | 0 | 5C | 4 | 43 | 5C | 34 |
| Octal | 333 | 365 | 24 | 13 | 0 | 134 | 4 | 103 | 134 | 64 |
| Binary | 11011011 | 11110101 | 10100 | 1011 | 0 | 1011100 | 100 | 1000011 | 1011100 | 110100 |
Color Harmonies of #DBF514
Complementary color
Monochromatic Colors of #DBF514
Black with #DBF514
Text Example
Text Example
White with #DBF514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF514; }
p { color: rgb(219,245,20); }
H1.HeaderClassName
{
color: #DBF514;
}
.AnyTagClassName
{
color: #DBF514;
}
</style>
background-color css
<style>
a { background-color: #DBF514; }
a { background-color: rgb(219,245,20); }
div.DivClassName
{
background-color: #DBF514;
}
.BgClassName
{
background-color: #DBF514;
}
</style>
border-color css
<style>
span { border-color: #DBF514; }
span { border-color: rgb(219,245,20); }
td.TdClassName
{
border-color: #DBF514;
}
.TagClassName
{
border-color: #DBF514;
}
</style>