Shades of Chartreuse Yellow #DBDC00
Tints of Chartreuse Yellow #DBDC00
RGB
CMYK
RGB Variations
Color information
#DBDC00 (or 0xDBDC00) is known color: Chartreuse Yellow. HEX triplet: DB, DC and 00. RGB value is (219,220,0). Sum of RGB (Red+Green+Blue) = 219+220+0=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 0 (0.39% from 255 or 0% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDC00 is #2423FF. Grayscale: #C3C3C3. Windows color (decimal): -2368512 or 56539. OLE color: 56539.
HSL color Cylindrical-coordinate representation of color #DBDC00: hue angle of 60.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBDC00 is Cyan = 0.00, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 0 | - |
| CMYK | 0.00 | 0 | 1 | 0.14 |
| HSL | 60.27º | 1% | 0.43% | - |
| HSV(B) | 60.27º | 1% | 0.86% | - |
| XYZ | 54.81 | 66.25 | 9.9 | - |
| YUV | 194.62 | 18.17 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 0 | 0.00 | 0 | 1 | 0.14 | 60.27 | 1 | 0.43 |
| Hex | DB | DC | 0 | 0 | 0 | 64 | E | 3C | 64 | 2B |
| Octal | 333 | 334 | 0 | 0 | 0 | 144 | 16 | 74 | 144 | 53 |
| Binary | 11011011 | 11011100 | 0 | 0 | 0 | 1100100 | 1110 | 111100 | 1100100 | 101011 |
Color Harmonies of #DBDC00
Complementary color
Monochromatic Colors of #DBDC00
Black with #DBDC00
Text Example
Text Example
White with #DBDC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC00; }
p { color: rgb(219,220,0); }
H1.HeaderClassName
{
color: #DBDC00;
}
.AnyTagClassName
{
color: #DBDC00;
}
</style>
background-color css
<style>
a { background-color: #DBDC00; }
a { background-color: rgb(219,220,0); }
div.DivClassName
{
background-color: #DBDC00;
}
.BgClassName
{
background-color: #DBDC00;
}
</style>
border-color css
<style>
span { border-color: #DBDC00; }
span { border-color: rgb(219,220,0); }
td.TdClassName
{
border-color: #DBDC00;
}
.TagClassName
{
border-color: #DBDC00;
}
</style>