Shades of Chartreuse Yellow #DBF80F
Tints of Chartreuse Yellow #DBF80F
RGB
CMYK
RGB Variations
Color information
#DBF80F (or 0xDBF80F) is known color: Chartreuse Yellow. HEX triplet: DB, F8 and 0F. RGB value is (219,248,15). Sum of RGB (Red+Green+Blue) = 219+248+15=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 248 (97.27% from 255 or 51.45% from 482); Blue value is 15 (6.25% from 255 or 3.11% from 482); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF80F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF80F is #2407F0. Grayscale: #D5D5D5. Windows color (decimal): -2361329 or 1046747. OLE color: 1046747.
HSL color Cylindrical-coordinate representation of color #DBF80F: hue angle of 67.47º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBF80F is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 15 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.03 |
| HSL | 67.47º | 0.94% | 0.52% | - |
| HSV(B) | 67.47º | 0.94% | 0.97% | - |
| XYZ | 62.87 | 82.23 | 13.01 | - |
| YUV | 212.77 | 16.39 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 15 | 0.12 | 0 | 0.94 | 0.03 | 67.47 | 0.94 | 0.52 |
| Hex | DB | F8 | F | C | 0 | 5E | 3 | 43 | 5E | 34 |
| Octal | 333 | 370 | 17 | 14 | 0 | 136 | 3 | 103 | 136 | 64 |
| Binary | 11011011 | 11111000 | 1111 | 1100 | 0 | 1011110 | 11 | 1000011 | 1011110 | 110100 |
Color Harmonies of #DBF80F
Complementary color
Monochromatic Colors of #DBF80F
Black with #DBF80F
Text Example
Text Example
White with #DBF80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF80F; }
p { color: rgb(219,248,15); }
H1.HeaderClassName
{
color: #DBF80F;
}
.AnyTagClassName
{
color: #DBF80F;
}
</style>
background-color css
<style>
a { background-color: #DBF80F; }
a { background-color: rgb(219,248,15); }
div.DivClassName
{
background-color: #DBF80F;
}
.BgClassName
{
background-color: #DBF80F;
}
</style>
border-color css
<style>
span { border-color: #DBF80F; }
span { border-color: rgb(219,248,15); }
td.TdClassName
{
border-color: #DBF80F;
}
.TagClassName
{
border-color: #DBF80F;
}
</style>