Shades of Mindaro #DBEF83
Tints of Mindaro #DBEF83
RGB
CMYK
RGB Variations
Color information
#DBEF83 (or 0xDBEF83) is known color: Mindaro. HEX triplet: DB, EF and 83. RGB value is (219,239,131). Sum of RGB (Red+Green+Blue) = 219+239+131=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 131 (51.56% from 255 or 22.24% from 589); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEF83 is #24107C. Grayscale: #DDDDDD. Windows color (decimal): -2363517 or 8646619. OLE color: 8646619.
HSL color Cylindrical-coordinate representation of color #DBEF83: hue angle of 71.11º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBEF83 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 131 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.06 |
| HSL | 71.11º | 0.77% | 0.73% | - |
| HSV(B) | 71.11º | 0.45% | 0.94% | - |
| XYZ | 64.18 | 78.43 | 33.23 | - |
| YUV | 220.71 | 77.37 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 131 | 0.08 | 0 | 0.45 | 0.06 | 71.11 | 0.77 | 0.73 |
| Hex | DB | EF | 83 | 8 | 0 | 2D | 6 | 47 | 4D | 49 |
| Octal | 333 | 357 | 203 | 10 | 0 | 55 | 6 | 107 | 115 | 111 |
| Binary | 11011011 | 11101111 | 10000011 | 1000 | 0 | 101101 | 110 | 1000111 | 1001101 | 1001001 |
Color Harmonies of #DBEF83
Complementary color
Monochromatic Colors of #DBEF83
Black with #DBEF83
Text Example
Text Example
White with #DBEF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF83; }
p { color: rgb(219,239,131); }
H1.HeaderClassName
{
color: #DBEF83;
}
.AnyTagClassName
{
color: #DBEF83;
}
</style>
background-color css
<style>
a { background-color: #DBEF83; }
a { background-color: rgb(219,239,131); }
div.DivClassName
{
background-color: #DBEF83;
}
.BgClassName
{
background-color: #DBEF83;
}
</style>
border-color css
<style>
span { border-color: #DBEF83; }
span { border-color: rgb(219,239,131); }
td.TdClassName
{
border-color: #DBEF83;
}
.TagClassName
{
border-color: #DBEF83;
}
</style>