Shades of Chartreuse Yellow #DBEF01
Tints of Chartreuse Yellow #DBEF01
RGB
CMYK
RGB Variations
Color information
#DBEF01 (or 0xDBEF01) is known color: Chartreuse Yellow. HEX triplet: DB, EF and 01. RGB value is (219,239,1). Sum of RGB (Red+Green+Blue) = 219+239+1=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 239 (93.75% from 255 or 52.07% from 459); Blue value is 1 (0.78% from 255 or 0.22% from 459); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEF01 is #2410FE. Grayscale: #CECECE. Windows color (decimal): -2363647 or 126939. OLE color: 126939.
HSL color Cylindrical-coordinate representation of color #DBEF01: hue angle of 65.04º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBEF01 is Cyan = 0.08, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 1 | - |
| CMYK | 0.08 | 0 | 1.00 | 0.06 |
| HSL | 65.04º | 0.99% | 0.47% | - |
| HSV(B) | 65.04º | 1% | 0.94% | - |
| XYZ | 60.09 | 76.8 | 11.68 | - |
| YUV | 205.89 | 12.37 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 1 | 0.08 | 0 | 1.00 | 0.06 | 65.04 | 0.99 | 0.47 |
| Hex | DB | EF | 1 | 8 | 0 | 64 | 6 | 41 | 63 | 2F |
| Octal | 333 | 357 | 1 | 10 | 0 | 144 | 6 | 101 | 143 | 57 |
| Binary | 11011011 | 11101111 | 1 | 1000 | 0 | 1100100 | 110 | 1000001 | 1100011 | 101111 |
Color Harmonies of #DBEF01
Complementary color
Monochromatic Colors of #DBEF01
Black with #DBEF01
Text Example
Text Example
White with #DBEF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF01; }
p { color: rgb(219,239,1); }
H1.HeaderClassName
{
color: #DBEF01;
}
.AnyTagClassName
{
color: #DBEF01;
}
</style>
background-color css
<style>
a { background-color: #DBEF01; }
a { background-color: rgb(219,239,1); }
div.DivClassName
{
background-color: #DBEF01;
}
.BgClassName
{
background-color: #DBEF01;
}
</style>
border-color css
<style>
span { border-color: #DBEF01; }
span { border-color: rgb(219,239,1); }
td.TdClassName
{
border-color: #DBEF01;
}
.TagClassName
{
border-color: #DBEF01;
}
</style>