Shades of Chartreuse Yellow #DBF00B
Tints of Chartreuse Yellow #DBF00B
RGB
CMYK
RGB Variations
Color information
#DBF00B (or 0xDBF00B) is known color: Chartreuse Yellow. HEX triplet: DB, F0 and 0B. RGB value is (219,240,11). Sum of RGB (Red+Green+Blue) = 219+240+11=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 240 (94.14% from 255 or 51.06% from 470); Blue value is 11 (4.69% from 255 or 2.34% from 470); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF00B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF00B is #240FF4. Grayscale: #D0D0D0. Windows color (decimal): -2363381 or 782555. OLE color: 782555.
HSL color Cylindrical-coordinate representation of color #DBF00B: hue angle of 65.5º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBF00B is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 11 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.06 |
| HSL | 65.5º | 0.91% | 0.49% | - |
| HSV(B) | 65.5º | 0.95% | 0.94% | - |
| XYZ | 60.43 | 77.4 | 12.07 | - |
| YUV | 207.62 | 17.04 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 11 | 0.09 | 0 | 0.95 | 0.06 | 65.5 | 0.91 | 0.49 |
| Hex | DB | F0 | B | 9 | 0 | 5F | 6 | 42 | 5B | 31 |
| Octal | 333 | 360 | 13 | 11 | 0 | 137 | 6 | 102 | 133 | 61 |
| Binary | 11011011 | 11110000 | 1011 | 1001 | 0 | 1011111 | 110 | 1000010 | 1011011 | 110001 |
Color Harmonies of #DBF00B
Complementary color
Monochromatic Colors of #DBF00B
Black with #DBF00B
Text Example
Text Example
White with #DBF00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF00B; }
p { color: rgb(219,240,11); }
H1.HeaderClassName
{
color: #DBF00B;
}
.AnyTagClassName
{
color: #DBF00B;
}
</style>
background-color css
<style>
a { background-color: #DBF00B; }
a { background-color: rgb(219,240,11); }
div.DivClassName
{
background-color: #DBF00B;
}
.BgClassName
{
background-color: #DBF00B;
}
</style>
border-color css
<style>
span { border-color: #DBF00B; }
span { border-color: rgb(219,240,11); }
td.TdClassName
{
border-color: #DBF00B;
}
.TagClassName
{
border-color: #DBF00B;
}
</style>