Shades of Mindaro #DBEA7F
Tints of Mindaro #DBEA7F
RGB
CMYK
RGB Variations
Color information
#DBEA7F (or 0xDBEA7F) is known color: Mindaro. HEX triplet: DB, EA and 7F. RGB value is (219,234,127). Sum of RGB (Red+Green+Blue) = 219+234+127=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 127 (50% from 255 or 21.90% from 580); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA7F is #241580. Grayscale: #D9D9D9. Windows color (decimal): -2364801 or 8383195. OLE color: 8383195.
HSL color Cylindrical-coordinate representation of color #DBEA7F: hue angle of 68.41º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBEA7F is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 127 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.08 |
| HSL | 68.41º | 0.72% | 0.71% | - |
| HSV(B) | 68.41º | 0.46% | 0.92% | - |
| XYZ | 62.47 | 75.44 | 31.35 | - |
| YUV | 217.32 | 77.03 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 127 | 0.06 | 0 | 0.46 | 0.08 | 68.41 | 0.72 | 0.71 |
| Hex | DB | EA | 7F | 6 | 0 | 2E | 8 | 44 | 48 | 47 |
| Octal | 333 | 352 | 177 | 6 | 0 | 56 | 10 | 104 | 110 | 107 |
| Binary | 11011011 | 11101010 | 1111111 | 110 | 0 | 101110 | 1000 | 1000100 | 1001000 | 1000111 |
Color Harmonies of #DBEA7F
Complementary color
Monochromatic Colors of #DBEA7F
Black with #DBEA7F
Text Example
Text Example
White with #DBEA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA7F; }
p { color: rgb(219,234,127); }
H1.HeaderClassName
{
color: #DBEA7F;
}
.AnyTagClassName
{
color: #DBEA7F;
}
</style>
background-color css
<style>
a { background-color: #DBEA7F; }
a { background-color: rgb(219,234,127); }
div.DivClassName
{
background-color: #DBEA7F;
}
.BgClassName
{
background-color: #DBEA7F;
}
</style>
border-color css
<style>
span { border-color: #DBEA7F; }
span { border-color: rgb(219,234,127); }
td.TdClassName
{
border-color: #DBEA7F;
}
.TagClassName
{
border-color: #DBEA7F;
}
</style>