Shades of Chartreuse Yellow #DBEF0D
Tints of Chartreuse Yellow #DBEF0D
RGB
CMYK
RGB Variations
Color information
#DBEF0D (or 0xDBEF0D) is known color: Chartreuse Yellow. HEX triplet: DB, EF and 0D. RGB value is (219,239,13). Sum of RGB (Red+Green+Blue) = 219+239+13=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 239 (93.75% from 255 or 50.74% from 471); Blue value is 13 (5.47% from 255 or 2.76% from 471); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEF0D is #2410F2. Grayscale: #D0D0D0. Windows color (decimal): -2363635 or 913371. OLE color: 913371.
HSL color Cylindrical-coordinate representation of color #DBEF0D: hue angle of 65.31º 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 #DBEF0D is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 13 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.06 |
| HSL | 65.31º | 0.9% | 0.49% | - |
| HSV(B) | 65.31º | 0.95% | 0.94% | - |
| XYZ | 60.15 | 76.82 | 12.04 | - |
| YUV | 207.26 | 18.37 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 13 | 0.08 | 0 | 0.95 | 0.06 | 65.31 | 0.9 | 0.49 |
| Hex | DB | EF | D | 8 | 0 | 5F | 6 | 41 | 5A | 31 |
| Octal | 333 | 357 | 15 | 10 | 0 | 137 | 6 | 101 | 132 | 61 |
| Binary | 11011011 | 11101111 | 1101 | 1000 | 0 | 1011111 | 110 | 1000001 | 1011010 | 110001 |
Color Harmonies of #DBEF0D
Complementary color
Monochromatic Colors of #DBEF0D
Black with #DBEF0D
Text Example
Text Example
White with #DBEF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF0D; }
p { color: rgb(219,239,13); }
H1.HeaderClassName
{
color: #DBEF0D;
}
.AnyTagClassName
{
color: #DBEF0D;
}
</style>
background-color css
<style>
a { background-color: #DBEF0D; }
a { background-color: rgb(219,239,13); }
div.DivClassName
{
background-color: #DBEF0D;
}
.BgClassName
{
background-color: #DBEF0D;
}
</style>
border-color css
<style>
span { border-color: #DBEF0D; }
span { border-color: rgb(219,239,13); }
td.TdClassName
{
border-color: #DBEF0D;
}
.TagClassName
{
border-color: #DBEF0D;
}
</style>