Shades of Chartreuse Yellow #DBF80C
Tints of Chartreuse Yellow #DBF80C
RGB
CMYK
RGB Variations
Color information
#DBF80C (or 0xDBF80C) is known color: Chartreuse Yellow. HEX triplet: DB, F8 and 0C. RGB value is (219,248,12). Sum of RGB (Red+Green+Blue) = 219+248+12=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 248 (97.27% from 255 or 51.77% from 479); Blue value is 12 (5.08% from 255 or 2.51% from 479); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF80C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF80C is #2407F3. Grayscale: #D5D5D5. Windows color (decimal): -2361332 or 850139. OLE color: 850139.
HSL color Cylindrical-coordinate representation of color #DBF80C: hue angle of 67.37º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBF80C is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 12 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.03 |
| HSL | 67.37º | 0.94% | 0.51% | - |
| HSV(B) | 67.37º | 0.95% | 0.97% | - |
| XYZ | 62.85 | 82.22 | 12.91 | - |
| YUV | 212.43 | 14.89 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 12 | 0.12 | 0 | 0.95 | 0.03 | 67.37 | 0.94 | 0.51 |
| Hex | DB | F8 | C | C | 0 | 5F | 3 | 43 | 5E | 33 |
| Octal | 333 | 370 | 14 | 14 | 0 | 137 | 3 | 103 | 136 | 63 |
| Binary | 11011011 | 11111000 | 1100 | 1100 | 0 | 1011111 | 11 | 1000011 | 1011110 | 110011 |
Color Harmonies of #DBF80C
Complementary color
Monochromatic Colors of #DBF80C
Black with #DBF80C
Text Example
Text Example
White with #DBF80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF80C; }
p { color: rgb(219,248,12); }
H1.HeaderClassName
{
color: #DBF80C;
}
.AnyTagClassName
{
color: #DBF80C;
}
</style>
background-color css
<style>
a { background-color: #DBF80C; }
a { background-color: rgb(219,248,12); }
div.DivClassName
{
background-color: #DBF80C;
}
.BgClassName
{
background-color: #DBF80C;
}
</style>
border-color css
<style>
span { border-color: #DBF80C; }
span { border-color: rgb(219,248,12); }
td.TdClassName
{
border-color: #DBF80C;
}
.TagClassName
{
border-color: #DBF80C;
}
</style>