Shades of Chartreuse Yellow #DBF612
Tints of Chartreuse Yellow #DBF612
RGB
CMYK
RGB Variations
Color information
#DBF612 (or 0xDBF612) is known color: Chartreuse Yellow. HEX triplet: DB, F6 and 12. RGB value is (219,246,18). Sum of RGB (Red+Green+Blue) = 219+246+18=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 246 (96.48% from 255 or 50.93% from 483); Blue value is 18 (7.42% from 255 or 3.73% from 483); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF612 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF612 is #2409ED. Grayscale: #D4D4D4. Windows color (decimal): -2361838 or 1242843. OLE color: 1242843.
HSL color Cylindrical-coordinate representation of color #DBF612: hue angle of 67.11º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBF612 is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 18 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.04 |
| HSL | 67.11º | 0.93% | 0.52% | - |
| HSV(B) | 67.11º | 0.93% | 0.96% | - |
| XYZ | 62.28 | 81.02 | 12.93 | - |
| YUV | 211.94 | 18.55 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 18 | 0.11 | 0 | 0.93 | 0.04 | 67.11 | 0.93 | 0.52 |
| Hex | DB | F6 | 12 | B | 0 | 5D | 4 | 43 | 5D | 34 |
| Octal | 333 | 366 | 22 | 13 | 0 | 135 | 4 | 103 | 135 | 64 |
| Binary | 11011011 | 11110110 | 10010 | 1011 | 0 | 1011101 | 100 | 1000011 | 1011101 | 110100 |
Color Harmonies of #DBF612
Complementary color
Monochromatic Colors of #DBF612
Black with #DBF612
Text Example
Text Example
White with #DBF612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF612; }
p { color: rgb(219,246,18); }
H1.HeaderClassName
{
color: #DBF612;
}
.AnyTagClassName
{
color: #DBF612;
}
</style>
background-color css
<style>
a { background-color: #DBF612; }
a { background-color: rgb(219,246,18); }
div.DivClassName
{
background-color: #DBF612;
}
.BgClassName
{
background-color: #DBF612;
}
</style>
border-color css
<style>
span { border-color: #DBF612; }
span { border-color: rgb(219,246,18); }
td.TdClassName
{
border-color: #DBF612;
}
.TagClassName
{
border-color: #DBF612;
}
</style>