Shades of Chartreuse Yellow #DBF41A
Tints of Chartreuse Yellow #DBF41A
RGB
CMYK
RGB Variations
Color information
#DBF41A (or 0xDBF41A) is known color: Chartreuse Yellow. HEX triplet: DB, F4 and 1A. RGB value is (219,244,26). Sum of RGB (Red+Green+Blue) = 219+244+26=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 244 (95.70% from 255 or 49.90% from 489); Blue value is 26 (10.55% from 255 or 5.32% from 489); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF41A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF41A is #240BE5. Grayscale: #D4D4D4. Windows color (decimal): -2362342 or 1766619. OLE color: 1766619.
HSL color Cylindrical-coordinate representation of color #DBF41A: hue angle of 66.88º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBF41A is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 26 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.04 |
| HSL | 66.88º | 0.91% | 0.53% | - |
| HSV(B) | 66.88º | 0.89% | 0.96% | - |
| XYZ | 61.75 | 79.84 | 13.13 | - |
| YUV | 211.67 | 23.22 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 26 | 0.10 | 0 | 0.89 | 0.04 | 66.88 | 0.91 | 0.53 |
| Hex | DB | F4 | 1A | A | 0 | 59 | 4 | 43 | 5B | 35 |
| Octal | 333 | 364 | 32 | 12 | 0 | 131 | 4 | 103 | 133 | 65 |
| Binary | 11011011 | 11110100 | 11010 | 1010 | 0 | 1011001 | 100 | 1000011 | 1011011 | 110101 |
Color Harmonies of #DBF41A
Complementary color
Monochromatic Colors of #DBF41A
Black with #DBF41A
Text Example
Text Example
White with #DBF41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF41A; }
p { color: rgb(219,244,26); }
H1.HeaderClassName
{
color: #DBF41A;
}
.AnyTagClassName
{
color: #DBF41A;
}
</style>
background-color css
<style>
a { background-color: #DBF41A; }
a { background-color: rgb(219,244,26); }
div.DivClassName
{
background-color: #DBF41A;
}
.BgClassName
{
background-color: #DBF41A;
}
</style>
border-color css
<style>
span { border-color: #DBF41A; }
span { border-color: rgb(219,244,26); }
td.TdClassName
{
border-color: #DBF41A;
}
.TagClassName
{
border-color: #DBF41A;
}
</style>