Shades of Chartreuse Yellow #DBF302
Tints of Chartreuse Yellow #DBF302
RGB
CMYK
RGB Variations
Color information
#DBF302 (or 0xDBF302) is known color: Chartreuse Yellow. HEX triplet: DB, F3 and 02. RGB value is (219,243,2). Sum of RGB (Red+Green+Blue) = 219+243+2=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 243 (95.31% from 255 or 52.37% from 464); Blue value is 2 (1.17% from 255 or 0.43% from 464); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF302 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF302 is #240CFD. Grayscale: #D1D1D1. Windows color (decimal): -2362622 or 193499. OLE color: 193499.
HSL color Cylindrical-coordinate representation of color #DBF302: hue angle of 65.98º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBF302 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 2 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.05 |
| HSL | 65.98º | 0.98% | 0.48% | - |
| HSV(B) | 65.98º | 0.99% | 0.95% | - |
| XYZ | 61.27 | 79.17 | 12.11 | - |
| YUV | 208.35 | 11.55 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 2 | 0.10 | 0 | 0.99 | 0.05 | 65.98 | 0.98 | 0.48 |
| Hex | DB | F3 | 2 | A | 0 | 63 | 5 | 42 | 62 | 30 |
| Octal | 333 | 363 | 2 | 12 | 0 | 143 | 5 | 102 | 142 | 60 |
| Binary | 11011011 | 11110011 | 10 | 1010 | 0 | 1100011 | 101 | 1000010 | 1100010 | 110000 |
Color Harmonies of #DBF302
Complementary color
Monochromatic Colors of #DBF302
Black with #DBF302
Text Example
Text Example
White with #DBF302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF302; }
p { color: rgb(219,243,2); }
H1.HeaderClassName
{
color: #DBF302;
}
.AnyTagClassName
{
color: #DBF302;
}
</style>
background-color css
<style>
a { background-color: #DBF302; }
a { background-color: rgb(219,243,2); }
div.DivClassName
{
background-color: #DBF302;
}
.BgClassName
{
background-color: #DBF302;
}
</style>
border-color css
<style>
span { border-color: #DBF302; }
span { border-color: rgb(219,243,2); }
td.TdClassName
{
border-color: #DBF302;
}
.TagClassName
{
border-color: #DBF302;
}
</style>