Shades of Mindaro #DBF77B
Tints of Mindaro #DBF77B
RGB
CMYK
RGB Variations
Color information
#DBF77B (or 0xDBF77B) is known color: Mindaro. HEX triplet: DB, F7 and 7B. RGB value is (219,247,123). Sum of RGB (Red+Green+Blue) = 219+247+123=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 247 (96.88% from 255 or 41.94% from 589); Blue value is 123 (48.44% from 255 or 20.88% from 589); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF77B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF77B is #240884. Grayscale: #E0E0E0. Windows color (decimal): -2361477 or 8124379. OLE color: 8124379.
HSL color Cylindrical-coordinate representation of color #DBF77B: hue angle of 73.55º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBF77B is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 123 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.03 |
| HSL | 73.55º | 0.89% | 0.73% | - |
| HSV(B) | 73.55º | 0.5% | 0.97% | - |
| XYZ | 66.05 | 83.01 | 31.28 | - |
| YUV | 224.49 | 70.72 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 123 | 0.11 | 0 | 0.50 | 0.03 | 73.55 | 0.89 | 0.73 |
| Hex | DB | F7 | 7B | B | 0 | 32 | 3 | 4A | 59 | 49 |
| Octal | 333 | 367 | 173 | 13 | 0 | 62 | 3 | 112 | 131 | 111 |
| Binary | 11011011 | 11110111 | 1111011 | 1011 | 0 | 110010 | 11 | 1001010 | 1011001 | 1001001 |
Color Harmonies of #DBF77B
Complementary color
Monochromatic Colors of #DBF77B
Black with #DBF77B
Text Example
Text Example
White with #DBF77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF77B; }
p { color: rgb(219,247,123); }
H1.HeaderClassName
{
color: #DBF77B;
}
.AnyTagClassName
{
color: #DBF77B;
}
</style>
background-color css
<style>
a { background-color: #DBF77B; }
a { background-color: rgb(219,247,123); }
div.DivClassName
{
background-color: #DBF77B;
}
.BgClassName
{
background-color: #DBF77B;
}
</style>
border-color css
<style>
span { border-color: #DBF77B; }
span { border-color: rgb(219,247,123); }
td.TdClassName
{
border-color: #DBF77B;
}
.TagClassName
{
border-color: #DBF77B;
}
</style>