Shades of Chartreuse Yellow #DBEB12
Tints of Chartreuse Yellow #DBEB12
RGB
CMYK
RGB Variations
Color information
#DBEB12 (or 0xDBEB12) is known color: Chartreuse Yellow. HEX triplet: DB, EB and 12. RGB value is (219,235,18). Sum of RGB (Red+Green+Blue) = 219+235+18=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 235 (92.19% from 255 or 49.79% from 472); Blue value is 18 (7.42% from 255 or 3.81% from 472); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEB12 is #2414ED. Grayscale: #CECECE. Windows color (decimal): -2364654 or 1240027. OLE color: 1240027.
HSL color Cylindrical-coordinate representation of color #DBEB12: hue angle of 64.42º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBEB12 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 18 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.08 |
| HSL | 64.42º | 0.86% | 0.5% | - |
| HSV(B) | 64.42º | 0.92% | 0.92% | - |
| XYZ | 59.03 | 74.52 | 11.84 | - |
| YUV | 205.48 | 22.2 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 18 | 0.07 | 0 | 0.92 | 0.08 | 64.42 | 0.86 | 0.5 |
| Hex | DB | EB | 12 | 7 | 0 | 5C | 8 | 40 | 56 | 32 |
| Octal | 333 | 353 | 22 | 7 | 0 | 134 | 10 | 100 | 126 | 62 |
| Binary | 11011011 | 11101011 | 10010 | 111 | 0 | 1011100 | 1000 | 1000000 | 1010110 | 110010 |
Color Harmonies of #DBEB12
Complementary color
Monochromatic Colors of #DBEB12
Black with #DBEB12
Text Example
Text Example
White with #DBEB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB12; }
p { color: rgb(219,235,18); }
H1.HeaderClassName
{
color: #DBEB12;
}
.AnyTagClassName
{
color: #DBEB12;
}
</style>
background-color css
<style>
a { background-color: #DBEB12; }
a { background-color: rgb(219,235,18); }
div.DivClassName
{
background-color: #DBEB12;
}
.BgClassName
{
background-color: #DBEB12;
}
</style>
border-color css
<style>
span { border-color: #DBEB12; }
span { border-color: rgb(219,235,18); }
td.TdClassName
{
border-color: #DBEB12;
}
.TagClassName
{
border-color: #DBEB12;
}
</style>