Shades of Chartreuse Yellow #DBFD0D
Tints of Chartreuse Yellow #DBFD0D
RGB
CMYK
RGB Variations
Color information
#DBFD0D (or 0xDBFD0D) is known color: Chartreuse Yellow. HEX triplet: DB, FD and 0D. RGB value is (219,253,13). Sum of RGB (Red+Green+Blue) = 219+253+13=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 13 (5.47% from 255 or 2.68% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFD0D is #2402F2. Grayscale: #D8D8D8. Windows color (decimal): -2360051 or 916955. OLE color: 916955.
HSL color Cylindrical-coordinate representation of color #DBFD0D: hue angle of 68.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBFD0D is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 13 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.01 |
| HSL | 68.5º | 0.98% | 0.52% | - |
| HSV(B) | 68.5º | 0.95% | 0.99% | - |
| XYZ | 64.41 | 85.34 | 13.46 | - |
| YUV | 215.47 | 13.74 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 13 | 0.13 | 0 | 0.95 | 0.01 | 68.5 | 0.98 | 0.52 |
| Hex | DB | FD | D | D | 0 | 5F | 1 | 44 | 62 | 34 |
| Octal | 333 | 375 | 15 | 15 | 0 | 137 | 1 | 104 | 142 | 64 |
| Binary | 11011011 | 11111101 | 1101 | 1101 | 0 | 1011111 | 1 | 1000100 | 1100010 | 110100 |
Color Harmonies of #DBFD0D
Complementary color
Monochromatic Colors of #DBFD0D
Black with #DBFD0D
Text Example
Text Example
White with #DBFD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFD0D; }
p { color: rgb(219,253,13); }
H1.HeaderClassName
{
color: #DBFD0D;
}
.AnyTagClassName
{
color: #DBFD0D;
}
</style>
background-color css
<style>
a { background-color: #DBFD0D; }
a { background-color: rgb(219,253,13); }
div.DivClassName
{
background-color: #DBFD0D;
}
.BgClassName
{
background-color: #DBFD0D;
}
</style>
border-color css
<style>
span { border-color: #DBFD0D; }
span { border-color: rgb(219,253,13); }
td.TdClassName
{
border-color: #DBFD0D;
}
.TagClassName
{
border-color: #DBFD0D;
}
</style>