Shades of Chartreuse Yellow #DBEA12
Tints of Chartreuse Yellow #DBEA12
RGB
CMYK
RGB Variations
Color information
#DBEA12 (or 0xDBEA12) is known color: Chartreuse Yellow. HEX triplet: DB, EA and 12. RGB value is (219,234,18). Sum of RGB (Red+Green+Blue) = 219+234+18=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 18 (7.42% from 255 or 3.82% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEA12 is #2415ED. Grayscale: #CDCDCD. Windows color (decimal): -2364910 or 1239771. OLE color: 1239771.
HSL color Cylindrical-coordinate representation of color #DBEA12: hue angle of 64.17º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBEA12 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 18 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.08 |
| HSL | 64.17º | 0.86% | 0.49% | - |
| HSV(B) | 64.17º | 0.92% | 0.92% | - |
| XYZ | 58.75 | 73.95 | 11.75 | - |
| YUV | 204.89 | 22.53 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 18 | 0.06 | 0 | 0.92 | 0.08 | 64.17 | 0.86 | 0.49 |
| Hex | DB | EA | 12 | 6 | 0 | 5C | 8 | 40 | 56 | 31 |
| Octal | 333 | 352 | 22 | 6 | 0 | 134 | 10 | 100 | 126 | 61 |
| Binary | 11011011 | 11101010 | 10010 | 110 | 0 | 1011100 | 1000 | 1000000 | 1010110 | 110001 |
Color Harmonies of #DBEA12
Complementary color
Monochromatic Colors of #DBEA12
Black with #DBEA12
Text Example
Text Example
White with #DBEA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA12; }
p { color: rgb(219,234,18); }
H1.HeaderClassName
{
color: #DBEA12;
}
.AnyTagClassName
{
color: #DBEA12;
}
</style>
background-color css
<style>
a { background-color: #DBEA12; }
a { background-color: rgb(219,234,18); }
div.DivClassName
{
background-color: #DBEA12;
}
.BgClassName
{
background-color: #DBEA12;
}
</style>
border-color css
<style>
span { border-color: #DBEA12; }
span { border-color: rgb(219,234,18); }
td.TdClassName
{
border-color: #DBEA12;
}
.TagClassName
{
border-color: #DBEA12;
}
</style>