Shades of Mindaro #DBEF84
Tints of Mindaro #DBEF84
RGB
CMYK
RGB Variations
Color information
#DBEF84 (or 0xDBEF84) is known color: Mindaro. HEX triplet: DB, EF and 84. RGB value is (219,239,132). Sum of RGB (Red+Green+Blue) = 219+239+132=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 239 (93.75% from 255 or 40.51% from 590); Blue value is 132 (51.95% from 255 or 22.37% from 590); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEF84 is #24107B. Grayscale: #DDDDDD. Windows color (decimal): -2363516 or 8712155. OLE color: 8712155.
HSL color Cylindrical-coordinate representation of color #DBEF84: hue angle of 71.21º 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 #DBEF84 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 239 | 132 | - |
CMYK | 0.08 | 0 | 0.45 | 0.06 |
HSL | 71.21º | 0.77% | 0.73% | - |
HSV(B) | 71.21º | 0.45% | 0.94% | - |
XYZ | 64.24 | 78.46 | 33.59 | - |
YUV | 220.82 | 77.87 | 126.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 239 | 132 | 0.08 | 0 | 0.45 | 0.06 | 71.21 | 0.77 | 0.73 |
Hex | DB | EF | 84 | 8 | 0 | 2D | 6 | 47 | 4D | 49 |
Octal | 333 | 357 | 204 | 10 | 0 | 55 | 6 | 107 | 115 | 111 |
Binary | 11011011 | 11101111 | 10000100 | 1000 | 0 | 101101 | 110 | 1000111 | 1001101 | 1001001 |
Color Harmonies of #DBEF84
Complementary color
Monochromatic Colors of #DBEF84
Black with #DBEF84
Text Example
Text Example
White with #DBEF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF84; }
p { color: rgb(219,239,132); }
H1.HeaderClassName
{
color: #DBEF84;
}
.AnyTagClassName
{
color: #DBEF84;
}
</style>
background-color css
<style>
a { background-color: #DBEF84; }
a { background-color: rgb(219,239,132); }
div.DivClassName
{
background-color: #DBEF84;
}
.BgClassName
{
background-color: #DBEF84;
}
</style>
border-color css
<style>
span { border-color: #DBEF84; }
span { border-color: rgb(219,239,132); }
td.TdClassName
{
border-color: #DBEF84;
}
.TagClassName
{
border-color: #DBEF84;
}
</style>