Shades of Chartreuse Yellow #DBFC0D
Tints of Chartreuse Yellow #DBFC0D
RGB
CMYK
RGB Variations
Color information
#DBFC0D (or 0xDBFC0D) is known color: Chartreuse Yellow. HEX triplet: DB, FC and 0D. RGB value is (219,252,13). Sum of RGB (Red+Green+Blue) = 219+252+13=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 252 (98.83% from 255 or 52.07% from 484); Blue value is 13 (5.47% from 255 or 2.69% from 484); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFC0D is #2403F2. Grayscale: #D7D7D7. Windows color (decimal): -2360307 or 916699. OLE color: 916699.
HSL color Cylindrical-coordinate representation of color #DBFC0D: hue angle of 68.28º 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 #DBFC0D is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 13 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.01 |
| HSL | 68.28º | 0.98% | 0.52% | - |
| HSV(B) | 68.28º | 0.95% | 0.99% | - |
| XYZ | 64.1 | 84.71 | 13.35 | - |
| YUV | 214.89 | 14.07 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 13 | 0.13 | 0 | 0.95 | 0.01 | 68.28 | 0.98 | 0.52 |
| Hex | DB | FC | D | D | 0 | 5F | 1 | 44 | 62 | 34 |
| Octal | 333 | 374 | 15 | 15 | 0 | 137 | 1 | 104 | 142 | 64 |
| Binary | 11011011 | 11111100 | 1101 | 1101 | 0 | 1011111 | 1 | 1000100 | 1100010 | 110100 |
Color Harmonies of #DBFC0D
Complementary color
Monochromatic Colors of #DBFC0D
Black with #DBFC0D
Text Example
Text Example
White with #DBFC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC0D; }
p { color: rgb(219,252,13); }
H1.HeaderClassName
{
color: #DBFC0D;
}
.AnyTagClassName
{
color: #DBFC0D;
}
</style>
background-color css
<style>
a { background-color: #DBFC0D; }
a { background-color: rgb(219,252,13); }
div.DivClassName
{
background-color: #DBFC0D;
}
.BgClassName
{
background-color: #DBFC0D;
}
</style>
border-color css
<style>
span { border-color: #DBFC0D; }
span { border-color: rgb(219,252,13); }
td.TdClassName
{
border-color: #DBFC0D;
}
.TagClassName
{
border-color: #DBFC0D;
}
</style>