Shades of Chartreuse Yellow #DBF61B
Tints of Chartreuse Yellow #DBF61B
RGB
CMYK
RGB Variations
Color information
#DBF61B (or 0xDBF61B) is known color: Chartreuse Yellow. HEX triplet: DB, F6 and 1B. RGB value is (219,246,27). Sum of RGB (Red+Green+Blue) = 219+246+27=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 246 (96.48% from 255 or 50% from 492); Blue value is 27 (10.94% from 255 or 5.49% from 492); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF61B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF61B is #2409E4. Grayscale: #D5D5D5. Windows color (decimal): -2361829 or 1832667. OLE color: 1832667.
HSL color Cylindrical-coordinate representation of color #DBF61B: hue angle of 67.4º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBF61B is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 27 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.04 |
| HSL | 67.4º | 0.92% | 0.54% | - |
| HSV(B) | 67.4º | 0.89% | 0.96% | - |
| XYZ | 62.37 | 81.05 | 13.39 | - |
| YUV | 212.96 | 23.05 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 27 | 0.11 | 0 | 0.89 | 0.04 | 67.4 | 0.92 | 0.54 |
| Hex | DB | F6 | 1B | B | 0 | 59 | 4 | 43 | 5C | 36 |
| Octal | 333 | 366 | 33 | 13 | 0 | 131 | 4 | 103 | 134 | 66 |
| Binary | 11011011 | 11110110 | 11011 | 1011 | 0 | 1011001 | 100 | 1000011 | 1011100 | 110110 |
Color Harmonies of #DBF61B
Complementary color
Monochromatic Colors of #DBF61B
Black with #DBF61B
Text Example
Text Example
White with #DBF61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF61B; }
p { color: rgb(219,246,27); }
H1.HeaderClassName
{
color: #DBF61B;
}
.AnyTagClassName
{
color: #DBF61B;
}
</style>
background-color css
<style>
a { background-color: #DBF61B; }
a { background-color: rgb(219,246,27); }
div.DivClassName
{
background-color: #DBF61B;
}
.BgClassName
{
background-color: #DBF61B;
}
</style>
border-color css
<style>
span { border-color: #DBF61B; }
span { border-color: rgb(219,246,27); }
td.TdClassName
{
border-color: #DBF61B;
}
.TagClassName
{
border-color: #DBF61B;
}
</style>