Shades of Chartreuse Yellow #DBF10B
Tints of Chartreuse Yellow #DBF10B
RGB
CMYK
RGB Variations
Color information
#DBF10B (or 0xDBF10B) is known color: Chartreuse Yellow. HEX triplet: DB, F1 and 0B. RGB value is (219,241,11). Sum of RGB (Red+Green+Blue) = 219+241+11=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 241 (94.53% from 255 or 51.17% from 471); Blue value is 11 (4.69% from 255 or 2.34% from 471); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF10B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF10B is #240EF4. Grayscale: #D1D1D1. Windows color (decimal): -2363125 or 782811. OLE color: 782811.
HSL color Cylindrical-coordinate representation of color #DBF10B: hue angle of 65.74º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBF10B is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 11 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.05 |
| HSL | 65.74º | 0.91% | 0.49% | - |
| HSV(B) | 65.74º | 0.95% | 0.95% | - |
| XYZ | 60.73 | 77.99 | 12.17 | - |
| YUV | 208.2 | 16.71 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 11 | 0.09 | 0 | 0.95 | 0.05 | 65.74 | 0.91 | 0.49 |
| Hex | DB | F1 | B | 9 | 0 | 5F | 5 | 42 | 5B | 31 |
| Octal | 333 | 361 | 13 | 11 | 0 | 137 | 5 | 102 | 133 | 61 |
| Binary | 11011011 | 11110001 | 1011 | 1001 | 0 | 1011111 | 101 | 1000010 | 1011011 | 110001 |
Color Harmonies of #DBF10B
Complementary color
Monochromatic Colors of #DBF10B
Black with #DBF10B
Text Example
Text Example
White with #DBF10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF10B; }
p { color: rgb(219,241,11); }
H1.HeaderClassName
{
color: #DBF10B;
}
.AnyTagClassName
{
color: #DBF10B;
}
</style>
background-color css
<style>
a { background-color: #DBF10B; }
a { background-color: rgb(219,241,11); }
div.DivClassName
{
background-color: #DBF10B;
}
.BgClassName
{
background-color: #DBF10B;
}
</style>
border-color css
<style>
span { border-color: #DBF10B; }
span { border-color: rgb(219,241,11); }
td.TdClassName
{
border-color: #DBF10B;
}
.TagClassName
{
border-color: #DBF10B;
}
</style>