Shades of Chartreuse Yellow #DBFD12
Tints of Chartreuse Yellow #DBFD12
RGB
CMYK
RGB Variations
Color information
#DBFD12 (or 0xDBFD12) is known color: Chartreuse Yellow. HEX triplet: DB, FD and 12. RGB value is (219,253,18). Sum of RGB (Red+Green+Blue) = 219+253+18=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 253 (99.22% from 255 or 51.63% from 490); Blue value is 18 (7.42% from 255 or 3.67% from 490); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFD12 is #2402ED. Grayscale: #D8D8D8. Windows color (decimal): -2360046 or 1244635. OLE color: 1244635.
HSL color Cylindrical-coordinate representation of color #DBFD12: hue angle of 68.68º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DBFD12 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 18 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.01 |
| HSL | 68.68º | 0.98% | 0.53% | - |
| HSV(B) | 68.68º | 0.93% | 0.99% | - |
| XYZ | 64.45 | 85.35 | 13.65 | - |
| YUV | 216.04 | 16.24 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 18 | 0.13 | 0 | 0.93 | 0.01 | 68.68 | 0.98 | 0.53 |
| Hex | DB | FD | 12 | D | 0 | 5D | 1 | 45 | 62 | 35 |
| Octal | 333 | 375 | 22 | 15 | 0 | 135 | 1 | 105 | 142 | 65 |
| Binary | 11011011 | 11111101 | 10010 | 1101 | 0 | 1011101 | 1 | 1000101 | 1100010 | 110101 |
Color Harmonies of #DBFD12
Complementary color
Monochromatic Colors of #DBFD12
Black with #DBFD12
Text Example
Text Example
White with #DBFD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFD12; }
p { color: rgb(219,253,18); }
H1.HeaderClassName
{
color: #DBFD12;
}
.AnyTagClassName
{
color: #DBFD12;
}
</style>
background-color css
<style>
a { background-color: #DBFD12; }
a { background-color: rgb(219,253,18); }
div.DivClassName
{
background-color: #DBFD12;
}
.BgClassName
{
background-color: #DBFD12;
}
</style>
border-color css
<style>
span { border-color: #DBFD12; }
span { border-color: rgb(219,253,18); }
td.TdClassName
{
border-color: #DBFD12;
}
.TagClassName
{
border-color: #DBFD12;
}
</style>