Shades of Mindaro #DBFE6B
Tints of Mindaro #DBFE6B
RGB
CMYK
RGB Variations
Color information
#DBFE6B (or 0xDBFE6B) is known color: Mindaro. HEX triplet: DB, FE and 6B. RGB value is (219,254,107). Sum of RGB (Red+Green+Blue) = 219+254+107=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 254 (99.61% from 255 or 43.79% from 580); Blue value is 107 (42.19% from 255 or 18.45% from 580); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFE6B is #240194. Grayscale: #E3E3E3. Windows color (decimal): -2359701 or 7077595. OLE color: 7077595.
HSL color Cylindrical-coordinate representation of color #DBFE6B: hue angle of 74.29º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBFE6B is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 107 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.00 |
| HSL | 74.29º | 0.99% | 0.71% | - |
| HSV(B) | 74.29º | 0.58% | 1% | - |
| XYZ | 67.31 | 87.01 | 27.16 | - |
| YUV | 226.78 | 60.4 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 107 | 0.14 | 0 | 0.58 | 0.00 | 74.29 | 0.99 | 0.71 |
| Hex | DB | FE | 6B | E | 0 | 3A | 0 | 4A | 63 | 47 |
| Octal | 333 | 376 | 153 | 16 | 0 | 72 | 0 | 112 | 143 | 107 |
| Binary | 11011011 | 11111110 | 1101011 | 1110 | 0 | 111010 | 0 | 1001010 | 1100011 | 1000111 |
Color Harmonies of #DBFE6B
Complementary color
Monochromatic Colors of #DBFE6B
Black with #DBFE6B
Text Example
Text Example
White with #DBFE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE6B; }
p { color: rgb(219,254,107); }
H1.HeaderClassName
{
color: #DBFE6B;
}
.AnyTagClassName
{
color: #DBFE6B;
}
</style>
background-color css
<style>
a { background-color: #DBFE6B; }
a { background-color: rgb(219,254,107); }
div.DivClassName
{
background-color: #DBFE6B;
}
.BgClassName
{
background-color: #DBFE6B;
}
</style>
border-color css
<style>
span { border-color: #DBFE6B; }
span { border-color: rgb(219,254,107); }
td.TdClassName
{
border-color: #DBFE6B;
}
.TagClassName
{
border-color: #DBFE6B;
}
</style>