Shades of Chartreuse Yellow #DBEF0C
Tints of Chartreuse Yellow #DBEF0C
RGB
CMYK
RGB Variations
Color information
#DBEF0C (or 0xDBEF0C) is known color: Chartreuse Yellow. HEX triplet: DB, EF and 0C. RGB value is (219,239,12). Sum of RGB (Red+Green+Blue) = 219+239+12=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 239 (93.75% from 255 or 50.85% from 470); Blue value is 12 (5.08% from 255 or 2.55% from 470); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEF0C is #2410F3. Grayscale: #D0D0D0. Windows color (decimal): -2363636 or 847835. OLE color: 847835.
HSL color Cylindrical-coordinate representation of color #DBEF0C: hue angle of 65.29º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBEF0C is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 12 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.06 |
| HSL | 65.29º | 0.9% | 0.49% | - |
| HSV(B) | 65.29º | 0.95% | 0.94% | - |
| XYZ | 60.15 | 76.82 | 12.01 | - |
| YUV | 207.14 | 17.87 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 12 | 0.08 | 0 | 0.95 | 0.06 | 65.29 | 0.9 | 0.49 |
| Hex | DB | EF | C | 8 | 0 | 5F | 6 | 41 | 5A | 31 |
| Octal | 333 | 357 | 14 | 10 | 0 | 137 | 6 | 101 | 132 | 61 |
| Binary | 11011011 | 11101111 | 1100 | 1000 | 0 | 1011111 | 110 | 1000001 | 1011010 | 110001 |
Color Harmonies of #DBEF0C
Complementary color
Monochromatic Colors of #DBEF0C
Black with #DBEF0C
Text Example
Text Example
White with #DBEF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF0C; }
p { color: rgb(219,239,12); }
H1.HeaderClassName
{
color: #DBEF0C;
}
.AnyTagClassName
{
color: #DBEF0C;
}
</style>
background-color css
<style>
a { background-color: #DBEF0C; }
a { background-color: rgb(219,239,12); }
div.DivClassName
{
background-color: #DBEF0C;
}
.BgClassName
{
background-color: #DBEF0C;
}
</style>
border-color css
<style>
span { border-color: #DBEF0C; }
span { border-color: rgb(219,239,12); }
td.TdClassName
{
border-color: #DBEF0C;
}
.TagClassName
{
border-color: #DBEF0C;
}
</style>