Shades of Chartreuse Yellow #DBFA12
Tints of Chartreuse Yellow #DBFA12
RGB
CMYK
RGB Variations
Color information
#DBFA12 (or 0xDBFA12) is known color: Chartreuse Yellow. HEX triplet: DB, FA and 12. RGB value is (219,250,18). Sum of RGB (Red+Green+Blue) = 219+250+18=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 250 (98.05% from 255 or 51.33% from 487); Blue value is 18 (7.42% from 255 or 3.70% from 487); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFA12 is #2405ED. Grayscale: #D7D7D7. Windows color (decimal): -2360814 or 1243867. OLE color: 1243867.
HSL color Cylindrical-coordinate representation of color #DBFA12: hue angle of 68.02º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBFA12 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 18 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.02 |
| HSL | 68.02º | 0.96% | 0.53% | - |
| HSV(B) | 68.02º | 0.93% | 0.98% | - |
| XYZ | 63.51 | 83.47 | 13.34 | - |
| YUV | 214.28 | 17.23 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 18 | 0.12 | 0 | 0.93 | 0.02 | 68.02 | 0.96 | 0.53 |
| Hex | DB | FA | 12 | C | 0 | 5D | 2 | 44 | 60 | 35 |
| Octal | 333 | 372 | 22 | 14 | 0 | 135 | 2 | 104 | 140 | 65 |
| Binary | 11011011 | 11111010 | 10010 | 1100 | 0 | 1011101 | 10 | 1000100 | 1100000 | 110101 |
Color Harmonies of #DBFA12
Complementary color
Monochromatic Colors of #DBFA12
Black with #DBFA12
Text Example
Text Example
White with #DBFA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFA12; }
p { color: rgb(219,250,18); }
H1.HeaderClassName
{
color: #DBFA12;
}
.AnyTagClassName
{
color: #DBFA12;
}
</style>
background-color css
<style>
a { background-color: #DBFA12; }
a { background-color: rgb(219,250,18); }
div.DivClassName
{
background-color: #DBFA12;
}
.BgClassName
{
background-color: #DBFA12;
}
</style>
border-color css
<style>
span { border-color: #DBFA12; }
span { border-color: rgb(219,250,18); }
td.TdClassName
{
border-color: #DBFA12;
}
.TagClassName
{
border-color: #DBFA12;
}
</style>