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