Shades of Chartreuse Yellow #DBF207
Tints of Chartreuse Yellow #DBF207
RGB
CMYK
RGB Variations
Color information
#DBF207 (or 0xDBF207) is known color: Chartreuse Yellow. HEX triplet: DB, F2 and 07. RGB value is (219,242,7). Sum of RGB (Red+Green+Blue) = 219+242+7=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 7 (3.12% from 255 or 1.50% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF207 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF207 is #240DF8. Grayscale: #D1D1D1. Windows color (decimal): -2362873 or 520923. OLE color: 520923.
HSL color Cylindrical-coordinate representation of color #DBF207: hue angle of 65.87º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DBF207 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 7 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.05 |
| HSL | 65.87º | 0.94% | 0.49% | - |
| HSV(B) | 65.87º | 0.97% | 0.95% | - |
| XYZ | 61 | 78.58 | 12.15 | - |
| YUV | 208.33 | 14.38 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 7 | 0.10 | 0 | 0.97 | 0.05 | 65.87 | 0.94 | 0.49 |
| Hex | DB | F2 | 7 | A | 0 | 61 | 5 | 42 | 5E | 31 |
| Octal | 333 | 362 | 7 | 12 | 0 | 141 | 5 | 102 | 136 | 61 |
| Binary | 11011011 | 11110010 | 111 | 1010 | 0 | 1100001 | 101 | 1000010 | 1011110 | 110001 |
Color Harmonies of #DBF207
Complementary color
Monochromatic Colors of #DBF207
Black with #DBF207
Text Example
Text Example
White with #DBF207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF207; }
p { color: rgb(219,242,7); }
H1.HeaderClassName
{
color: #DBF207;
}
.AnyTagClassName
{
color: #DBF207;
}
</style>
background-color css
<style>
a { background-color: #DBF207; }
a { background-color: rgb(219,242,7); }
div.DivClassName
{
background-color: #DBF207;
}
.BgClassName
{
background-color: #DBF207;
}
</style>
border-color css
<style>
span { border-color: #DBF207; }
span { border-color: rgb(219,242,7); }
td.TdClassName
{
border-color: #DBF207;
}
.TagClassName
{
border-color: #DBF207;
}
</style>