Shades of Chartreuse Yellow #DBF206
Tints of Chartreuse Yellow #DBF206
RGB
CMYK
RGB Variations
Color information
#DBF206 (or 0xDBF206) is known color: Chartreuse Yellow. HEX triplet: DB, F2 and 06. RGB value is (219,242,6). Sum of RGB (Red+Green+Blue) = 219+242+6=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 242 (94.92% from 255 or 51.82% from 467); Blue value is 6 (2.73% from 255 or 1.28% from 467); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF206 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF206 is #240DF9. Grayscale: #D1D1D1. Windows color (decimal): -2362874 or 455387. OLE color: 455387.
HSL color Cylindrical-coordinate representation of color #DBF206: hue angle of 65.85º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DBF206 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 6 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.05 |
| HSL | 65.85º | 0.95% | 0.49% | - |
| HSV(B) | 65.85º | 0.98% | 0.95% | - |
| XYZ | 61 | 78.58 | 12.12 | - |
| YUV | 208.22 | 13.88 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 6 | 0.10 | 0 | 0.98 | 0.05 | 65.85 | 0.95 | 0.49 |
| Hex | DB | F2 | 6 | A | 0 | 62 | 5 | 42 | 5F | 31 |
| Octal | 333 | 362 | 6 | 12 | 0 | 142 | 5 | 102 | 137 | 61 |
| Binary | 11011011 | 11110010 | 110 | 1010 | 0 | 1100010 | 101 | 1000010 | 1011111 | 110001 |
Color Harmonies of #DBF206
Complementary color
Monochromatic Colors of #DBF206
Black with #DBF206
Text Example
Text Example
White with #DBF206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF206; }
p { color: rgb(219,242,6); }
H1.HeaderClassName
{
color: #DBF206;
}
.AnyTagClassName
{
color: #DBF206;
}
</style>
background-color css
<style>
a { background-color: #DBF206; }
a { background-color: rgb(219,242,6); }
div.DivClassName
{
background-color: #DBF206;
}
.BgClassName
{
background-color: #DBF206;
}
</style>
border-color css
<style>
span { border-color: #DBF206; }
span { border-color: rgb(219,242,6); }
td.TdClassName
{
border-color: #DBF206;
}
.TagClassName
{
border-color: #DBF206;
}
</style>