Shades of Chartreuse Yellow #DBF702
Tints of Chartreuse Yellow #DBF702
RGB
CMYK
RGB Variations
Color information
#DBF702 (or 0xDBF702) is known color: Chartreuse Yellow. HEX triplet: DB, F7 and 02. RGB value is (219,247,2). Sum of RGB (Red+Green+Blue) = 219+247+2=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 247 (96.88% from 255 or 52.78% from 468); Blue value is 2 (1.17% from 255 or 0.43% from 468); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF702 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF702 is #2408FD. Grayscale: #D3D3D3. Windows color (decimal): -2361598 or 194523. OLE color: 194523.
HSL color Cylindrical-coordinate representation of color #DBF702: hue angle of 66.86º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBF702 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 2 | - |
| CMYK | 0.11 | 0 | 0.99 | 0.03 |
| HSL | 66.86º | 0.98% | 0.49% | - |
| HSV(B) | 66.86º | 0.99% | 0.97% | - |
| XYZ | 62.49 | 81.59 | 12.51 | - |
| YUV | 210.7 | 10.22 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 2 | 0.11 | 0 | 0.99 | 0.03 | 66.86 | 0.98 | 0.49 |
| Hex | DB | F7 | 2 | B | 0 | 63 | 3 | 43 | 62 | 31 |
| Octal | 333 | 367 | 2 | 13 | 0 | 143 | 3 | 103 | 142 | 61 |
| Binary | 11011011 | 11110111 | 10 | 1011 | 0 | 1100011 | 11 | 1000011 | 1100010 | 110001 |
Color Harmonies of #DBF702
Complementary color
Monochromatic Colors of #DBF702
Black with #DBF702
Text Example
Text Example
White with #DBF702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF702; }
p { color: rgb(219,247,2); }
H1.HeaderClassName
{
color: #DBF702;
}
.AnyTagClassName
{
color: #DBF702;
}
</style>
background-color css
<style>
a { background-color: #DBF702; }
a { background-color: rgb(219,247,2); }
div.DivClassName
{
background-color: #DBF702;
}
.BgClassName
{
background-color: #DBF702;
}
</style>
border-color css
<style>
span { border-color: #DBF702; }
span { border-color: rgb(219,247,2); }
td.TdClassName
{
border-color: #DBF702;
}
.TagClassName
{
border-color: #DBF702;
}
</style>