Shades of Mindaro #DBFF7B
Tints of Mindaro #DBFF7B
RGB
CMYK
RGB Variations
Color information
#DBFF7B (or 0xDBFF7B) is known color: Mindaro. HEX triplet: DB, FF and 7B. RGB value is (219,255,123). Sum of RGB (Red+Green+Blue) = 219+255+123=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 123 (48.44% from 255 or 20.60% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFF7B is #240084. Grayscale: #E5E5E5. Windows color (decimal): -2359429 or 8126427. OLE color: 8126427.
HSL color Cylindrical-coordinate representation of color #DBFF7B: hue angle of 76.36º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBFF7B is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 123 | - |
| CMYK | 0.14 | 0 | 0.52 | 0 |
| HSL | 76.36º | 1% | 0.74% | - |
| HSV(B) | 76.36º | 0.52% | 1% | - |
| XYZ | 68.55 | 88.01 | 32.11 | - |
| YUV | 229.19 | 68.07 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 123 | 0.14 | 0 | 0.52 | 0 | 76.36 | 1 | 0.74 |
| Hex | DB | FF | 7B | E | 0 | 34 | 0 | 4C | 64 | 4A |
| Octal | 333 | 377 | 173 | 16 | 0 | 64 | 0 | 114 | 144 | 112 |
| Binary | 11011011 | 11111111 | 1111011 | 1110 | 0 | 110100 | 0 | 1001100 | 1100100 | 1001010 |
Color Harmonies of #DBFF7B
Complementary color
Monochromatic Colors of #DBFF7B
Black with #DBFF7B
Text Example
Text Example
White with #DBFF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF7B; }
p { color: rgb(219,255,123); }
H1.HeaderClassName
{
color: #DBFF7B;
}
.AnyTagClassName
{
color: #DBFF7B;
}
</style>
background-color css
<style>
a { background-color: #DBFF7B; }
a { background-color: rgb(219,255,123); }
div.DivClassName
{
background-color: #DBFF7B;
}
.BgClassName
{
background-color: #DBFF7B;
}
</style>
border-color css
<style>
span { border-color: #DBFF7B; }
span { border-color: rgb(219,255,123); }
td.TdClassName
{
border-color: #DBFF7B;
}
.TagClassName
{
border-color: #DBFF7B;
}
</style>