Shades of Chartreuse Yellow #DBEF02
Tints of Chartreuse Yellow #DBEF02
RGB
CMYK
RGB Variations
Color information
#DBEF02 (or 0xDBEF02) is known color: Chartreuse Yellow. HEX triplet: DB, EF and 02. RGB value is (219,239,2). Sum of RGB (Red+Green+Blue) = 219+239+2=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 239 (93.75% from 255 or 51.96% from 460); Blue value is 2 (1.17% from 255 or 0.43% from 460); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEF02 is #2410FD. Grayscale: #CECECE. Windows color (decimal): -2363646 or 192475. OLE color: 192475.
HSL color Cylindrical-coordinate representation of color #DBEF02: hue angle of 65.06º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBEF02 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 2 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.06 |
| HSL | 65.06º | 0.98% | 0.47% | - |
| HSV(B) | 65.06º | 0.99% | 0.94% | - |
| XYZ | 60.09 | 76.8 | 11.71 | - |
| YUV | 206 | 12.87 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 2 | 0.08 | 0 | 0.99 | 0.06 | 65.06 | 0.98 | 0.47 |
| Hex | DB | EF | 2 | 8 | 0 | 63 | 6 | 41 | 62 | 2F |
| Octal | 333 | 357 | 2 | 10 | 0 | 143 | 6 | 101 | 142 | 57 |
| Binary | 11011011 | 11101111 | 10 | 1000 | 0 | 1100011 | 110 | 1000001 | 1100010 | 101111 |
Color Harmonies of #DBEF02
Complementary color
Monochromatic Colors of #DBEF02
Black with #DBEF02
Text Example
Text Example
White with #DBEF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF02; }
p { color: rgb(219,239,2); }
H1.HeaderClassName
{
color: #DBEF02;
}
.AnyTagClassName
{
color: #DBEF02;
}
</style>
background-color css
<style>
a { background-color: #DBEF02; }
a { background-color: rgb(219,239,2); }
div.DivClassName
{
background-color: #DBEF02;
}
.BgClassName
{
background-color: #DBEF02;
}
</style>
border-color css
<style>
span { border-color: #DBEF02; }
span { border-color: rgb(219,239,2); }
td.TdClassName
{
border-color: #DBEF02;
}
.TagClassName
{
border-color: #DBEF02;
}
</style>