Shades of Mindaro #DBFE7B
Tints of Mindaro #DBFE7B
RGB
CMYK
RGB Variations
Color information
#DBFE7B (or 0xDBFE7B) is known color: Mindaro. HEX triplet: DB, FE and 7B. RGB value is (219,254,123). Sum of RGB (Red+Green+Blue) = 219+254+123=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 123 (48.44% from 255 or 20.64% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFE7B is #240184. Grayscale: #E5E5E5. Windows color (decimal): -2359685 or 8126171. OLE color: 8126171.
HSL color Cylindrical-coordinate representation of color #DBFE7B: hue angle of 76.03º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBFE7B is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 123 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.00 |
| HSL | 76.03º | 0.98% | 0.74% | - |
| HSV(B) | 76.03º | 0.52% | 1% | - |
| XYZ | 68.23 | 87.37 | 32.01 | - |
| YUV | 228.6 | 68.4 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 123 | 0.14 | 0 | 0.52 | 0.00 | 76.03 | 0.98 | 0.74 |
| Hex | DB | FE | 7B | E | 0 | 34 | 0 | 4C | 62 | 4A |
| Octal | 333 | 376 | 173 | 16 | 0 | 64 | 0 | 114 | 142 | 112 |
| Binary | 11011011 | 11111110 | 1111011 | 1110 | 0 | 110100 | 0 | 1001100 | 1100010 | 1001010 |
Color Harmonies of #DBFE7B
Complementary color
Monochromatic Colors of #DBFE7B
Black with #DBFE7B
Text Example
Text Example
White with #DBFE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE7B; }
p { color: rgb(219,254,123); }
H1.HeaderClassName
{
color: #DBFE7B;
}
.AnyTagClassName
{
color: #DBFE7B;
}
</style>
background-color css
<style>
a { background-color: #DBFE7B; }
a { background-color: rgb(219,254,123); }
div.DivClassName
{
background-color: #DBFE7B;
}
.BgClassName
{
background-color: #DBFE7B;
}
</style>
border-color css
<style>
span { border-color: #DBFE7B; }
span { border-color: rgb(219,254,123); }
td.TdClassName
{
border-color: #DBFE7B;
}
.TagClassName
{
border-color: #DBFE7B;
}
</style>