Shades of Chartreuse Yellow #DBEC02
Tints of Chartreuse Yellow #DBEC02
RGB
CMYK
RGB Variations
Color information
#DBEC02 (or 0xDBEC02) is known color: Chartreuse Yellow. HEX triplet: DB, EC and 02. RGB value is (219,236,2). Sum of RGB (Red+Green+Blue) = 219+236+2=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 236 (92.58% from 255 or 51.64% from 457); Blue value is 2 (1.17% from 255 or 0.44% from 457); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEC02 is #2413FD. Grayscale: #CDCDCD. Windows color (decimal): -2364414 or 191707. OLE color: 191707.
HSL color Cylindrical-coordinate representation of color #DBEC02: hue angle of 64.36º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBEC02 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 236 | 2 | - |
CMYK | 0.07 | 0 | 0.99 | 0.07 |
HSL | 64.36º | 0.98% | 0.47% | - |
HSV(B) | 64.36º | 0.99% | 0.93% | - |
XYZ | 59.22 | 75.06 | 11.42 | - |
YUV | 204.24 | 13.87 | 138.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 236 | 2 | 0.07 | 0 | 0.99 | 0.07 | 64.36 | 0.98 | 0.47 |
Hex | DB | EC | 2 | 7 | 0 | 63 | 7 | 40 | 62 | 2F |
Octal | 333 | 354 | 2 | 7 | 0 | 143 | 7 | 100 | 142 | 57 |
Binary | 11011011 | 11101100 | 10 | 111 | 0 | 1100011 | 111 | 1000000 | 1100010 | 101111 |
Color Harmonies of #DBEC02
Complementary color
Monochromatic Colors of #DBEC02
Black with #DBEC02
Text Example
Text Example
White with #DBEC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC02; }
p { color: rgb(219,236,2); }
H1.HeaderClassName
{
color: #DBEC02;
}
.AnyTagClassName
{
color: #DBEC02;
}
</style>
background-color css
<style>
a { background-color: #DBEC02; }
a { background-color: rgb(219,236,2); }
div.DivClassName
{
background-color: #DBEC02;
}
.BgClassName
{
background-color: #DBEC02;
}
</style>
border-color css
<style>
span { border-color: #DBEC02; }
span { border-color: rgb(219,236,2); }
td.TdClassName
{
border-color: #DBEC02;
}
.TagClassName
{
border-color: #DBEC02;
}
</style>