Shades of Chartreuse Yellow #DBF00D
Tints of Chartreuse Yellow #DBF00D
RGB
CMYK
RGB Variations
Color information
#DBF00D (or 0xDBF00D) is known color: Chartreuse Yellow. HEX triplet: DB, F0 and 0D. RGB value is (219,240,13). Sum of RGB (Red+Green+Blue) = 219+240+13=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 13 (5.47% from 255 or 2.75% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF00D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF00D is #240FF2. Grayscale: #D0D0D0. Windows color (decimal): -2363379 or 913627. OLE color: 913627.
HSL color Cylindrical-coordinate representation of color #DBF00D: hue angle of 65.55º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBF00D is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 13 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.06 |
| HSL | 65.55º | 0.9% | 0.5% | - |
| HSV(B) | 65.55º | 0.95% | 0.94% | - |
| XYZ | 60.45 | 77.41 | 12.14 | - |
| YUV | 207.84 | 18.04 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 13 | 0.09 | 0 | 0.95 | 0.06 | 65.55 | 0.9 | 0.5 |
| Hex | DB | F0 | D | 9 | 0 | 5F | 6 | 42 | 5A | 32 |
| Octal | 333 | 360 | 15 | 11 | 0 | 137 | 6 | 102 | 132 | 62 |
| Binary | 11011011 | 11110000 | 1101 | 1001 | 0 | 1011111 | 110 | 1000010 | 1011010 | 110010 |
Color Harmonies of #DBF00D
Complementary color
Monochromatic Colors of #DBF00D
Black with #DBF00D
Text Example
Text Example
White with #DBF00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF00D; }
p { color: rgb(219,240,13); }
H1.HeaderClassName
{
color: #DBF00D;
}
.AnyTagClassName
{
color: #DBF00D;
}
</style>
background-color css
<style>
a { background-color: #DBF00D; }
a { background-color: rgb(219,240,13); }
div.DivClassName
{
background-color: #DBF00D;
}
.BgClassName
{
background-color: #DBF00D;
}
</style>
border-color css
<style>
span { border-color: #DBF00D; }
span { border-color: rgb(219,240,13); }
td.TdClassName
{
border-color: #DBF00D;
}
.TagClassName
{
border-color: #DBF00D;
}
</style>