Shades of Mindaro #DBFE6C
Tints of Mindaro #DBFE6C
RGB
CMYK
RGB Variations
Color information
#DBFE6C (or 0xDBFE6C) is known color: Mindaro. HEX triplet: DB, FE and 6C. RGB value is (219,254,108). Sum of RGB (Red+Green+Blue) = 219+254+108=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 254 (99.61% from 255 or 43.72% from 581); Blue value is 108 (42.58% from 255 or 18.59% from 581); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFE6C is #240193. Grayscale: #E3E3E3. Windows color (decimal): -2359700 or 7143131. OLE color: 7143131.
HSL color Cylindrical-coordinate representation of color #DBFE6C: hue angle of 74.38º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBFE6C is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 108 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.00 |
| HSL | 74.38º | 0.99% | 0.71% | - |
| HSV(B) | 74.38º | 0.57% | 1% | - |
| XYZ | 67.36 | 87.03 | 27.43 | - |
| YUV | 226.89 | 60.9 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 108 | 0.14 | 0 | 0.57 | 0.00 | 74.38 | 0.99 | 0.71 |
| Hex | DB | FE | 6C | E | 0 | 39 | 0 | 4A | 63 | 47 |
| Octal | 333 | 376 | 154 | 16 | 0 | 71 | 0 | 112 | 143 | 107 |
| Binary | 11011011 | 11111110 | 1101100 | 1110 | 0 | 111001 | 0 | 1001010 | 1100011 | 1000111 |
Color Harmonies of #DBFE6C
Complementary color
Monochromatic Colors of #DBFE6C
Black with #DBFE6C
Text Example
Text Example
White with #DBFE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE6C; }
p { color: rgb(219,254,108); }
H1.HeaderClassName
{
color: #DBFE6C;
}
.AnyTagClassName
{
color: #DBFE6C;
}
</style>
background-color css
<style>
a { background-color: #DBFE6C; }
a { background-color: rgb(219,254,108); }
div.DivClassName
{
background-color: #DBFE6C;
}
.BgClassName
{
background-color: #DBFE6C;
}
</style>
border-color css
<style>
span { border-color: #DBFE6C; }
span { border-color: rgb(219,254,108); }
td.TdClassName
{
border-color: #DBFE6C;
}
.TagClassName
{
border-color: #DBFE6C;
}
</style>