Shades of Chartreuse Yellow #DBF80B
Tints of Chartreuse Yellow #DBF80B
RGB
CMYK
RGB Variations
Color information
#DBF80B (or 0xDBF80B) is known color: Chartreuse Yellow. HEX triplet: DB, F8 and 0B. RGB value is (219,248,11). Sum of RGB (Red+Green+Blue) = 219+248+11=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 248 (97.27% from 255 or 51.88% from 478); Blue value is 11 (4.69% from 255 or 2.30% from 478); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF80B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF80B is #2407F4. Grayscale: #D5D5D5. Windows color (decimal): -2361333 or 784603. OLE color: 784603.
HSL color Cylindrical-coordinate representation of color #DBF80B: hue angle of 67.34º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBF80B is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 11 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.03 |
| HSL | 67.34º | 0.94% | 0.51% | - |
| HSV(B) | 67.34º | 0.96% | 0.97% | - |
| XYZ | 62.84 | 82.22 | 12.87 | - |
| YUV | 212.31 | 14.39 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 11 | 0.12 | 0 | 0.96 | 0.03 | 67.34 | 0.94 | 0.51 |
| Hex | DB | F8 | B | C | 0 | 60 | 3 | 43 | 5E | 33 |
| Octal | 333 | 370 | 13 | 14 | 0 | 140 | 3 | 103 | 136 | 63 |
| Binary | 11011011 | 11111000 | 1011 | 1100 | 0 | 1100000 | 11 | 1000011 | 1011110 | 110011 |
Color Harmonies of #DBF80B
Complementary color
Monochromatic Colors of #DBF80B
Black with #DBF80B
Text Example
Text Example
White with #DBF80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF80B; }
p { color: rgb(219,248,11); }
H1.HeaderClassName
{
color: #DBF80B;
}
.AnyTagClassName
{
color: #DBF80B;
}
</style>
background-color css
<style>
a { background-color: #DBF80B; }
a { background-color: rgb(219,248,11); }
div.DivClassName
{
background-color: #DBF80B;
}
.BgClassName
{
background-color: #DBF80B;
}
</style>
border-color css
<style>
span { border-color: #DBF80B; }
span { border-color: rgb(219,248,11); }
td.TdClassName
{
border-color: #DBF80B;
}
.TagClassName
{
border-color: #DBF80B;
}
</style>