Shades of Chartreuse Yellow #DBFF1A
Tints of Chartreuse Yellow #DBFF1A
RGB
CMYK
RGB Variations
Color information
#DBFF1A (or 0xDBFF1A) is known color: Chartreuse Yellow. HEX triplet: DB, FF and 1A. RGB value is (219,255,26). Sum of RGB (Red+Green+Blue) = 219+255+26=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 26 (10.55% from 255 or 5.2% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFF1A is #2400E5. Grayscale: #DBDBDB. Windows color (decimal): -2359526 or 1769435. OLE color: 1769435.
HSL color Cylindrical-coordinate representation of color #DBFF1A: hue angle of 69.43º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBFF1A is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 26 | - |
| CMYK | 0.14 | 0 | 0.90 | 0 |
| HSL | 69.43º | 1% | 0.55% | - |
| HSV(B) | 69.43º | 0.9% | 1% | - |
| XYZ | 65.16 | 86.65 | 14.27 | - |
| YUV | 218.13 | 19.57 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 26 | 0.14 | 0 | 0.90 | 0 | 69.43 | 1 | 0.55 |
| Hex | DB | FF | 1A | E | 0 | 5A | 0 | 45 | 64 | 37 |
| Octal | 333 | 377 | 32 | 16 | 0 | 132 | 0 | 105 | 144 | 67 |
| Binary | 11011011 | 11111111 | 11010 | 1110 | 0 | 1011010 | 0 | 1000101 | 1100100 | 110111 |
Color Harmonies of #DBFF1A
Complementary color
Monochromatic Colors of #DBFF1A
Black with #DBFF1A
Text Example
Text Example
White with #DBFF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF1A; }
p { color: rgb(219,255,26); }
H1.HeaderClassName
{
color: #DBFF1A;
}
.AnyTagClassName
{
color: #DBFF1A;
}
</style>
background-color css
<style>
a { background-color: #DBFF1A; }
a { background-color: rgb(219,255,26); }
div.DivClassName
{
background-color: #DBFF1A;
}
.BgClassName
{
background-color: #DBFF1A;
}
</style>
border-color css
<style>
span { border-color: #DBFF1A; }
span { border-color: rgb(219,255,26); }
td.TdClassName
{
border-color: #DBFF1A;
}
.TagClassName
{
border-color: #DBFF1A;
}
</style>