Shades of Chartreuse Yellow #DBF10A
Tints of Chartreuse Yellow #DBF10A
RGB
CMYK
RGB Variations
Color information
#DBF10A (or 0xDBF10A) is known color: Chartreuse Yellow. HEX triplet: DB, F1 and 0A. RGB value is (219,241,10). Sum of RGB (Red+Green+Blue) = 219+241+10=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 241 (94.53% from 255 or 51.28% from 470); Blue value is 10 (4.30% from 255 or 2.13% from 470); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF10A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF10A is #240EF5. Grayscale: #D0D0D0. Windows color (decimal): -2363126 or 717275. OLE color: 717275.
HSL color Cylindrical-coordinate representation of color #DBF10A: hue angle of 65.71º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBF10A is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 10 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.05 |
| HSL | 65.71º | 0.92% | 0.49% | - |
| HSV(B) | 65.71º | 0.96% | 0.95% | - |
| XYZ | 60.72 | 77.99 | 12.14 | - |
| YUV | 208.09 | 16.21 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 10 | 0.09 | 0 | 0.96 | 0.05 | 65.71 | 0.92 | 0.49 |
| Hex | DB | F1 | A | 9 | 0 | 60 | 5 | 42 | 5C | 31 |
| Octal | 333 | 361 | 12 | 11 | 0 | 140 | 5 | 102 | 134 | 61 |
| Binary | 11011011 | 11110001 | 1010 | 1001 | 0 | 1100000 | 101 | 1000010 | 1011100 | 110001 |
Color Harmonies of #DBF10A
Complementary color
Monochromatic Colors of #DBF10A
Black with #DBF10A
Text Example
Text Example
White with #DBF10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF10A; }
p { color: rgb(219,241,10); }
H1.HeaderClassName
{
color: #DBF10A;
}
.AnyTagClassName
{
color: #DBF10A;
}
</style>
background-color css
<style>
a { background-color: #DBF10A; }
a { background-color: rgb(219,241,10); }
div.DivClassName
{
background-color: #DBF10A;
}
.BgClassName
{
background-color: #DBF10A;
}
</style>
border-color css
<style>
span { border-color: #DBF10A; }
span { border-color: rgb(219,241,10); }
td.TdClassName
{
border-color: #DBF10A;
}
.TagClassName
{
border-color: #DBF10A;
}
</style>