Shades of Chartreuse Yellow #DBFC10
Tints of Chartreuse Yellow #DBFC10
RGB
CMYK
RGB Variations
Color information
#DBFC10 (or 0xDBFC10) is known color: Chartreuse Yellow. HEX triplet: DB, FC and 10. RGB value is (219,252,16). Sum of RGB (Red+Green+Blue) = 219+252+16=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 252 (98.83% from 255 or 51.75% from 487); Blue value is 16 (6.64% from 255 or 3.29% from 487); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFC10 is #2403EF. Grayscale: #D8D8D8. Windows color (decimal): -2360304 or 1113307. OLE color: 1113307.
HSL color Cylindrical-coordinate representation of color #DBFC10: hue angle of 68.39º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBFC10 is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
RGB | 219 | 252 | 16 | - |
CMYK | 0.13 | 0 | 0.94 | 0.01 |
HSL | 68.39º | 0.98% | 0.53% | - |
HSV(B) | 68.39º | 0.94% | 0.99% | - |
XYZ | 64.12 | 84.72 | 13.46 | - |
YUV | 215.23 | 15.57 | 130.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 252 | 16 | 0.13 | 0 | 0.94 | 0.01 | 68.39 | 0.98 | 0.53 |
Hex | DB | FC | 10 | D | 0 | 5E | 1 | 44 | 62 | 35 |
Octal | 333 | 374 | 20 | 15 | 0 | 136 | 1 | 104 | 142 | 65 |
Binary | 11011011 | 11111100 | 10000 | 1101 | 0 | 1011110 | 1 | 1000100 | 1100010 | 110101 |
Color Harmonies of #DBFC10
Complementary color
Monochromatic Colors of #DBFC10
Black with #DBFC10
Text Example
Text Example
White with #DBFC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC10; }
p { color: rgb(219,252,16); }
H1.HeaderClassName
{
color: #DBFC10;
}
.AnyTagClassName
{
color: #DBFC10;
}
</style>
background-color css
<style>
a { background-color: #DBFC10; }
a { background-color: rgb(219,252,16); }
div.DivClassName
{
background-color: #DBFC10;
}
.BgClassName
{
background-color: #DBFC10;
}
</style>
border-color css
<style>
span { border-color: #DBFC10; }
span { border-color: rgb(219,252,16); }
td.TdClassName
{
border-color: #DBFC10;
}
.TagClassName
{
border-color: #DBFC10;
}
</style>