Shades of Mindaro #DBEA5F
Tints of Mindaro #DBEA5F
RGB
CMYK
RGB Variations
Color information
#DBEA5F (or 0xDBEA5F) is known color: Mindaro. HEX triplet: DB, EA and 5F. RGB value is (219,234,95). Sum of RGB (Red+Green+Blue) = 219+234+95=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 234 (91.80% from 255 or 42.70% from 548); Blue value is 95 (37.5% from 255 or 17.34% from 548); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA5F is #2415A0. Grayscale: #D6D6D6. Windows color (decimal): -2364833 or 6286043. OLE color: 6286043.
HSL color Cylindrical-coordinate representation of color #DBEA5F: hue angle of 66.47º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBEA5F is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 95 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.08 |
| HSL | 66.47º | 0.77% | 0.65% | - |
| HSV(B) | 66.47º | 0.59% | 0.92% | - |
| XYZ | 60.7 | 74.73 | 22.05 | - |
| YUV | 213.67 | 61.03 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 95 | 0.06 | 0 | 0.59 | 0.08 | 66.47 | 0.77 | 0.65 |
| Hex | DB | EA | 5F | 6 | 0 | 3B | 8 | 42 | 4D | 41 |
| Octal | 333 | 352 | 137 | 6 | 0 | 73 | 10 | 102 | 115 | 101 |
| Binary | 11011011 | 11101010 | 1011111 | 110 | 0 | 111011 | 1000 | 1000010 | 1001101 | 1000001 |
Color Harmonies of #DBEA5F
Complementary color
Monochromatic Colors of #DBEA5F
Black with #DBEA5F
Text Example
Text Example
White with #DBEA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA5F; }
p { color: rgb(219,234,95); }
H1.HeaderClassName
{
color: #DBEA5F;
}
.AnyTagClassName
{
color: #DBEA5F;
}
</style>
background-color css
<style>
a { background-color: #DBEA5F; }
a { background-color: rgb(219,234,95); }
div.DivClassName
{
background-color: #DBEA5F;
}
.BgClassName
{
background-color: #DBEA5F;
}
</style>
border-color css
<style>
span { border-color: #DBEA5F; }
span { border-color: rgb(219,234,95); }
td.TdClassName
{
border-color: #DBEA5F;
}
.TagClassName
{
border-color: #DBEA5F;
}
</style>