Shades of Chartreuse Yellow #DBF402
Tints of Chartreuse Yellow #DBF402
RGB
CMYK
RGB Variations
Color information
#DBF402 (or 0xDBF402) is known color: Chartreuse Yellow. HEX triplet: DB, F4 and 02. RGB value is (219,244,2). Sum of RGB (Red+Green+Blue) = 219+244+2=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 244 (95.70% from 255 or 52.47% from 465); Blue value is 2 (1.17% from 255 or 0.43% from 465); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF402 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF402 is #240BFD. Grayscale: #D1D1D1. Windows color (decimal): -2362366 or 193755. OLE color: 193755.
HSL color Cylindrical-coordinate representation of color #DBF402: hue angle of 66.2º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBF402 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 2 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.04 |
| HSL | 66.2º | 0.98% | 0.48% | - |
| HSV(B) | 66.2º | 0.99% | 0.96% | - |
| XYZ | 61.58 | 79.77 | 12.21 | - |
| YUV | 208.94 | 11.22 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 2 | 0.10 | 0 | 0.99 | 0.04 | 66.2 | 0.98 | 0.48 |
| Hex | DB | F4 | 2 | A | 0 | 63 | 4 | 42 | 62 | 30 |
| Octal | 333 | 364 | 2 | 12 | 0 | 143 | 4 | 102 | 142 | 60 |
| Binary | 11011011 | 11110100 | 10 | 1010 | 0 | 1100011 | 100 | 1000010 | 1100010 | 110000 |
Color Harmonies of #DBF402
Complementary color
Monochromatic Colors of #DBF402
Black with #DBF402
Text Example
Text Example
White with #DBF402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF402; }
p { color: rgb(219,244,2); }
H1.HeaderClassName
{
color: #DBF402;
}
.AnyTagClassName
{
color: #DBF402;
}
</style>
background-color css
<style>
a { background-color: #DBF402; }
a { background-color: rgb(219,244,2); }
div.DivClassName
{
background-color: #DBF402;
}
.BgClassName
{
background-color: #DBF402;
}
</style>
border-color css
<style>
span { border-color: #DBF402; }
span { border-color: rgb(219,244,2); }
td.TdClassName
{
border-color: #DBF402;
}
.TagClassName
{
border-color: #DBF402;
}
</style>