Shades of Mindaro #DBEA85
Tints of Mindaro #DBEA85
RGB
CMYK
RGB Variations
Color information
#DBEA85 (or 0xDBEA85) is known color: Mindaro. HEX triplet: DB, EA and 85. RGB value is (219,234,133). Sum of RGB (Red+Green+Blue) = 219+234+133=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 234 (91.80% from 255 or 39.93% from 586); Blue value is 133 (52.34% from 255 or 22.70% from 586); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEA85 is #24157A. Grayscale: #DADADA. Windows color (decimal): -2364795 or 8776411. OLE color: 8776411.
HSL color Cylindrical-coordinate representation of color #DBEA85: hue angle of 68.91º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBEA85 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 133 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.08 |
| HSL | 68.91º | 0.71% | 0.72% | - |
| HSV(B) | 68.91º | 0.43% | 0.92% | - |
| XYZ | 62.87 | 75.6 | 33.47 | - |
| YUV | 218 | 80.03 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 133 | 0.06 | 0 | 0.43 | 0.08 | 68.91 | 0.71 | 0.72 |
| Hex | DB | EA | 85 | 6 | 0 | 2B | 8 | 45 | 47 | 48 |
| Octal | 333 | 352 | 205 | 6 | 0 | 53 | 10 | 105 | 107 | 110 |
| Binary | 11011011 | 11101010 | 10000101 | 110 | 0 | 101011 | 1000 | 1000101 | 1000111 | 1001000 |
Color Harmonies of #DBEA85
Complementary color
Monochromatic Colors of #DBEA85
Black with #DBEA85
Text Example
Text Example
White with #DBEA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA85; }
p { color: rgb(219,234,133); }
H1.HeaderClassName
{
color: #DBEA85;
}
.AnyTagClassName
{
color: #DBEA85;
}
</style>
background-color css
<style>
a { background-color: #DBEA85; }
a { background-color: rgb(219,234,133); }
div.DivClassName
{
background-color: #DBEA85;
}
.BgClassName
{
background-color: #DBEA85;
}
</style>
border-color css
<style>
span { border-color: #DBEA85; }
span { border-color: rgb(219,234,133); }
td.TdClassName
{
border-color: #DBEA85;
}
.TagClassName
{
border-color: #DBEA85;
}
</style>