Shades of Chartreuse Yellow #DBE70C
Tints of Chartreuse Yellow #DBE70C
RGB
CMYK
RGB Variations
Color information
#DBE70C (or 0xDBE70C) is known color: Chartreuse Yellow. HEX triplet: DB, E7 and 0C. RGB value is (219,231,12). Sum of RGB (Red+Green+Blue) = 219+231+12=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 231 (90.62% from 255 or 50% from 462); Blue value is 12 (5.08% from 255 or 2.60% from 462); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE70C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBE70C is #2418F3. Grayscale: #CBCBCB. Windows color (decimal): -2365684 or 845787. OLE color: 845787.
HSL color Cylindrical-coordinate representation of color #DBE70C: hue angle of 63.29º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBE70C is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 12 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.09 |
| HSL | 63.29º | 0.9% | 0.48% | - |
| HSV(B) | 63.29º | 0.95% | 0.91% | - |
| XYZ | 57.86 | 72.24 | 11.24 | - |
| YUV | 202.45 | 20.52 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 12 | 0.05 | 0 | 0.95 | 0.09 | 63.29 | 0.9 | 0.48 |
| Hex | DB | E7 | C | 5 | 0 | 5F | 9 | 3F | 5A | 30 |
| Octal | 333 | 347 | 14 | 5 | 0 | 137 | 11 | 77 | 132 | 60 |
| Binary | 11011011 | 11100111 | 1100 | 101 | 0 | 1011111 | 1001 | 111111 | 1011010 | 110000 |
Color Harmonies of #DBE70C
Complementary color
Monochromatic Colors of #DBE70C
Black with #DBE70C
Text Example
Text Example
White with #DBE70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE70C; }
p { color: rgb(219,231,12); }
H1.HeaderClassName
{
color: #DBE70C;
}
.AnyTagClassName
{
color: #DBE70C;
}
</style>
background-color css
<style>
a { background-color: #DBE70C; }
a { background-color: rgb(219,231,12); }
div.DivClassName
{
background-color: #DBE70C;
}
.BgClassName
{
background-color: #DBE70C;
}
</style>
border-color css
<style>
span { border-color: #DBE70C; }
span { border-color: rgb(219,231,12); }
td.TdClassName
{
border-color: #DBE70C;
}
.TagClassName
{
border-color: #DBE70C;
}
</style>