Shades of Chartreuse Yellow #DBF104
Tints of Chartreuse Yellow #DBF104
RGB
CMYK
RGB Variations
Color information
#DBF104 (or 0xDBF104) is known color: Chartreuse Yellow. HEX triplet: DB, F1 and 04. RGB value is (219,241,4). Sum of RGB (Red+Green+Blue) = 219+241+4=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 241 (94.53% from 255 or 51.94% from 464); Blue value is 4 (1.95% from 255 or 0.86% from 464); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF104 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF104 is #240EFB. Grayscale: #D0D0D0. Windows color (decimal): -2363132 or 324059. OLE color: 324059.
HSL color Cylindrical-coordinate representation of color #DBF104: hue angle of 65.57º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DBF104 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 4 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.05 |
| HSL | 65.57º | 0.97% | 0.48% | - |
| HSV(B) | 65.57º | 0.98% | 0.95% | - |
| XYZ | 60.69 | 77.98 | 11.97 | - |
| YUV | 207.4 | 13.21 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 4 | 0.09 | 0 | 0.98 | 0.05 | 65.57 | 0.97 | 0.48 |
| Hex | DB | F1 | 4 | 9 | 0 | 62 | 5 | 42 | 61 | 30 |
| Octal | 333 | 361 | 4 | 11 | 0 | 142 | 5 | 102 | 141 | 60 |
| Binary | 11011011 | 11110001 | 100 | 1001 | 0 | 1100010 | 101 | 1000010 | 1100001 | 110000 |
Color Harmonies of #DBF104
Complementary color
Monochromatic Colors of #DBF104
Black with #DBF104
Text Example
Text Example
White with #DBF104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF104; }
p { color: rgb(219,241,4); }
H1.HeaderClassName
{
color: #DBF104;
}
.AnyTagClassName
{
color: #DBF104;
}
</style>
background-color css
<style>
a { background-color: #DBF104; }
a { background-color: rgb(219,241,4); }
div.DivClassName
{
background-color: #DBF104;
}
.BgClassName
{
background-color: #DBF104;
}
</style>
border-color css
<style>
span { border-color: #DBF104; }
span { border-color: rgb(219,241,4); }
td.TdClassName
{
border-color: #DBF104;
}
.TagClassName
{
border-color: #DBF104;
}
</style>