Shades of Mindaro #DBFB72
Tints of Mindaro #DBFB72
RGB
CMYK
RGB Variations
Color information
#DBFB72 (or 0xDBFB72) is known color: Mindaro. HEX triplet: DB, FB and 72. RGB value is (219,251,114). Sum of RGB (Red+Green+Blue) = 219+251+114=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 251 (98.44% from 255 or 42.98% from 584); Blue value is 114 (44.92% from 255 or 19.52% from 584); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFB72 is #24048D. Grayscale: #E2E2E2. Windows color (decimal): -2360462 or 7535579. OLE color: 7535579.
HSL color Cylindrical-coordinate representation of color #DBFB72: hue angle of 74.01º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBFB72 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 114 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.02 |
| HSL | 74.01º | 0.94% | 0.72% | - |
| HSV(B) | 74.01º | 0.55% | 0.98% | - |
| XYZ | 66.75 | 85.27 | 28.86 | - |
| YUV | 225.81 | 64.9 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 114 | 0.13 | 0 | 0.55 | 0.02 | 74.01 | 0.94 | 0.72 |
| Hex | DB | FB | 72 | D | 0 | 37 | 2 | 4A | 5E | 48 |
| Octal | 333 | 373 | 162 | 15 | 0 | 67 | 2 | 112 | 136 | 110 |
| Binary | 11011011 | 11111011 | 1110010 | 1101 | 0 | 110111 | 10 | 1001010 | 1011110 | 1001000 |
Color Harmonies of #DBFB72
Complementary color
Monochromatic Colors of #DBFB72
Black with #DBFB72
Text Example
Text Example
White with #DBFB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB72; }
p { color: rgb(219,251,114); }
H1.HeaderClassName
{
color: #DBFB72;
}
.AnyTagClassName
{
color: #DBFB72;
}
</style>
background-color css
<style>
a { background-color: #DBFB72; }
a { background-color: rgb(219,251,114); }
div.DivClassName
{
background-color: #DBFB72;
}
.BgClassName
{
background-color: #DBFB72;
}
</style>
border-color css
<style>
span { border-color: #DBFB72; }
span { border-color: rgb(219,251,114); }
td.TdClassName
{
border-color: #DBFB72;
}
.TagClassName
{
border-color: #DBFB72;
}
</style>