Shades of Chartreuse Yellow #DBF100
Tints of Chartreuse Yellow #DBF100
RGB
CMYK
RGB Variations
Color information
#DBF100 (or 0xDBF100) is known color: Chartreuse Yellow. HEX triplet: DB, F1 and 00. RGB value is (219,241,0). Sum of RGB (Red+Green+Blue) = 219+241+0=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 241 (94.53% from 255 or 52.39% from 460); Blue value is 0 (0.39% from 255 or 0% from 460); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF100 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF100 is #240EFF. Grayscale: #CFCFCF. Windows color (decimal): -2363136 or 61915. OLE color: 61915.
HSL color Cylindrical-coordinate representation of color #DBF100: hue angle of 65.48º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBF100 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.05 |
| HSL | 65.48º | 1% | 0.47% | - |
| HSV(B) | 65.48º | 1% | 0.95% | - |
| XYZ | 60.67 | 77.97 | 11.85 | - |
| YUV | 206.95 | 11.21 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 0 | 0.09 | 0 | 1 | 0.05 | 65.48 | 1 | 0.47 |
| Hex | DB | F1 | 0 | 9 | 0 | 64 | 5 | 41 | 64 | 2F |
| Octal | 333 | 361 | 0 | 11 | 0 | 144 | 5 | 101 | 144 | 57 |
| Binary | 11011011 | 11110001 | 0 | 1001 | 0 | 1100100 | 101 | 1000001 | 1100100 | 101111 |
Color Harmonies of #DBF100
Complementary color
Monochromatic Colors of #DBF100
Black with #DBF100
Text Example
Text Example
White with #DBF100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF100; }
p { color: rgb(219,241,0); }
H1.HeaderClassName
{
color: #DBF100;
}
.AnyTagClassName
{
color: #DBF100;
}
</style>
background-color css
<style>
a { background-color: #DBF100; }
a { background-color: rgb(219,241,0); }
div.DivClassName
{
background-color: #DBF100;
}
.BgClassName
{
background-color: #DBF100;
}
</style>
border-color css
<style>
span { border-color: #DBF100; }
span { border-color: rgb(219,241,0); }
td.TdClassName
{
border-color: #DBF100;
}
.TagClassName
{
border-color: #DBF100;
}
</style>