Shades of Chartreuse Yellow #DBF80D
Tints of Chartreuse Yellow #DBF80D
RGB
CMYK
RGB Variations
Color information
#DBF80D (or 0xDBF80D) is known color: Chartreuse Yellow. HEX triplet: DB, F8 and 0D. RGB value is (219,248,13). Sum of RGB (Red+Green+Blue) = 219+248+13=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 248 (97.27% from 255 or 51.67% from 480); Blue value is 13 (5.47% from 255 or 2.71% from 480); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF80D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF80D is #2407F2. Grayscale: #D5D5D5. Windows color (decimal): -2361331 or 915675. OLE color: 915675.
HSL color Cylindrical-coordinate representation of color #DBF80D: hue angle of 67.4º 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 #DBF80D is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 13 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.03 |
| HSL | 67.4º | 0.94% | 0.51% | - |
| HSV(B) | 67.4º | 0.95% | 0.97% | - |
| XYZ | 62.85 | 82.22 | 12.94 | - |
| YUV | 212.54 | 15.39 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 13 | 0.12 | 0 | 0.95 | 0.03 | 67.4 | 0.94 | 0.51 |
| Hex | DB | F8 | D | C | 0 | 5F | 3 | 43 | 5E | 33 |
| Octal | 333 | 370 | 15 | 14 | 0 | 137 | 3 | 103 | 136 | 63 |
| Binary | 11011011 | 11111000 | 1101 | 1100 | 0 | 1011111 | 11 | 1000011 | 1011110 | 110011 |
Color Harmonies of #DBF80D
Complementary color
Monochromatic Colors of #DBF80D
Black with #DBF80D
Text Example
Text Example
White with #DBF80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF80D; }
p { color: rgb(219,248,13); }
H1.HeaderClassName
{
color: #DBF80D;
}
.AnyTagClassName
{
color: #DBF80D;
}
</style>
background-color css
<style>
a { background-color: #DBF80D; }
a { background-color: rgb(219,248,13); }
div.DivClassName
{
background-color: #DBF80D;
}
.BgClassName
{
background-color: #DBF80D;
}
</style>
border-color css
<style>
span { border-color: #DBF80D; }
span { border-color: rgb(219,248,13); }
td.TdClassName
{
border-color: #DBF80D;
}
.TagClassName
{
border-color: #DBF80D;
}
</style>