Shades of Chartreuse Yellow #DBF602
Tints of Chartreuse Yellow #DBF602
RGB
CMYK
RGB Variations
Color information
#DBF602 (or 0xDBF602) is known color: Chartreuse Yellow. HEX triplet: DB, F6 and 02. RGB value is (219,246,2). Sum of RGB (Red+Green+Blue) = 219+246+2=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 246 (96.48% from 255 or 52.68% from 467); Blue value is 2 (1.17% from 255 or 0.43% from 467); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF602 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF602 is #2409FD. Grayscale: #D3D3D3. Windows color (decimal): -2361854 or 194267. OLE color: 194267.
HSL color Cylindrical-coordinate representation of color #DBF602: hue angle of 66.64º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBF602 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 2 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.04 |
| HSL | 66.64º | 0.98% | 0.49% | - |
| HSV(B) | 66.64º | 0.99% | 0.96% | - |
| XYZ | 62.18 | 80.98 | 12.41 | - |
| YUV | 210.11 | 10.55 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 2 | 0.11 | 0 | 0.99 | 0.04 | 66.64 | 0.98 | 0.49 |
| Hex | DB | F6 | 2 | B | 0 | 63 | 4 | 43 | 62 | 31 |
| Octal | 333 | 366 | 2 | 13 | 0 | 143 | 4 | 103 | 142 | 61 |
| Binary | 11011011 | 11110110 | 10 | 1011 | 0 | 1100011 | 100 | 1000011 | 1100010 | 110001 |
Color Harmonies of #DBF602
Complementary color
Monochromatic Colors of #DBF602
Black with #DBF602
Text Example
Text Example
White with #DBF602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF602; }
p { color: rgb(219,246,2); }
H1.HeaderClassName
{
color: #DBF602;
}
.AnyTagClassName
{
color: #DBF602;
}
</style>
background-color css
<style>
a { background-color: #DBF602; }
a { background-color: rgb(219,246,2); }
div.DivClassName
{
background-color: #DBF602;
}
.BgClassName
{
background-color: #DBF602;
}
</style>
border-color css
<style>
span { border-color: #DBF602; }
span { border-color: rgb(219,246,2); }
td.TdClassName
{
border-color: #DBF602;
}
.TagClassName
{
border-color: #DBF602;
}
</style>