Shades of Chartreuse Yellow #DBF60C
Tints of Chartreuse Yellow #DBF60C
RGB
CMYK
RGB Variations
Color information
#DBF60C (or 0xDBF60C) is known color: Chartreuse Yellow. HEX triplet: DB, F6 and 0C. RGB value is (219,246,12). Sum of RGB (Red+Green+Blue) = 219+246+12=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 246 (96.48% from 255 or 51.57% from 477); Blue value is 12 (5.08% from 255 or 2.52% from 477); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF60C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF60C is #2409F3. Grayscale: #D4D4D4. Windows color (decimal): -2361844 or 849627. OLE color: 849627.
HSL color Cylindrical-coordinate representation of color #DBF60C: hue angle of 66.92º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBF60C is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 12 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.04 |
| HSL | 66.92º | 0.93% | 0.51% | - |
| HSV(B) | 66.92º | 0.95% | 0.96% | - |
| XYZ | 62.24 | 81 | 12.7 | - |
| YUV | 211.25 | 15.55 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 12 | 0.11 | 0 | 0.95 | 0.04 | 66.92 | 0.93 | 0.51 |
| Hex | DB | F6 | C | B | 0 | 5F | 4 | 43 | 5D | 33 |
| Octal | 333 | 366 | 14 | 13 | 0 | 137 | 4 | 103 | 135 | 63 |
| Binary | 11011011 | 11110110 | 1100 | 1011 | 0 | 1011111 | 100 | 1000011 | 1011101 | 110011 |
Color Harmonies of #DBF60C
Complementary color
Monochromatic Colors of #DBF60C
Black with #DBF60C
Text Example
Text Example
White with #DBF60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF60C; }
p { color: rgb(219,246,12); }
H1.HeaderClassName
{
color: #DBF60C;
}
.AnyTagClassName
{
color: #DBF60C;
}
</style>
background-color css
<style>
a { background-color: #DBF60C; }
a { background-color: rgb(219,246,12); }
div.DivClassName
{
background-color: #DBF60C;
}
.BgClassName
{
background-color: #DBF60C;
}
</style>
border-color css
<style>
span { border-color: #DBF60C; }
span { border-color: rgb(219,246,12); }
td.TdClassName
{
border-color: #DBF60C;
}
.TagClassName
{
border-color: #DBF60C;
}
</style>