Shades of Mindaro #DBE683
Tints of Mindaro #DBE683
RGB
CMYK
RGB Variations
Color information
#DBE683 (or 0xDBE683) is known color: Mindaro. HEX triplet: DB, E6 and 83. RGB value is (219,230,131). Sum of RGB (Red+Green+Blue) = 219+230+131=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 230 (90.23% from 255 or 39.66% from 580); Blue value is 131 (51.56% from 255 or 22.59% from 580); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE683 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE683 is #24197C. Grayscale: #D7D7D7. Windows color (decimal): -2365821 or 8644315. OLE color: 8644315.
HSL color Cylindrical-coordinate representation of color #DBE683: hue angle of 66.67º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBE683 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 131 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.10 |
| HSL | 66.67º | 0.66% | 0.71% | - |
| HSV(B) | 66.67º | 0.43% | 0.9% | - |
| XYZ | 61.61 | 73.29 | 32.37 | - |
| YUV | 215.43 | 80.36 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 131 | 0.05 | 0 | 0.43 | 0.10 | 66.67 | 0.66 | 0.71 |
| Hex | DB | E6 | 83 | 5 | 0 | 2B | A | 43 | 42 | 47 |
| Octal | 333 | 346 | 203 | 5 | 0 | 53 | 12 | 103 | 102 | 107 |
| Binary | 11011011 | 11100110 | 10000011 | 101 | 0 | 101011 | 1010 | 1000011 | 1000010 | 1000111 |
Color Harmonies of #DBE683
Complementary color
Monochromatic Colors of #DBE683
Black with #DBE683
Text Example
Text Example
White with #DBE683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE683; }
p { color: rgb(219,230,131); }
H1.HeaderClassName
{
color: #DBE683;
}
.AnyTagClassName
{
color: #DBE683;
}
</style>
background-color css
<style>
a { background-color: #DBE683; }
a { background-color: rgb(219,230,131); }
div.DivClassName
{
background-color: #DBE683;
}
.BgClassName
{
background-color: #DBE683;
}
</style>
border-color css
<style>
span { border-color: #DBE683; }
span { border-color: rgb(219,230,131); }
td.TdClassName
{
border-color: #DBE683;
}
.TagClassName
{
border-color: #DBE683;
}
</style>