Shades of Mindaro #DBF56B
Tints of Mindaro #DBF56B
RGB
CMYK
RGB Variations
Color information
#DBF56B (or 0xDBF56B) is known color: Mindaro. HEX triplet: DB, F5 and 6B. RGB value is (219,245,107). Sum of RGB (Red+Green+Blue) = 219+245+107=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 245 (96.09% from 255 or 42.91% from 571); Blue value is 107 (42.19% from 255 or 18.74% from 571); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF56B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF56B is #240A94. Grayscale: #DEDEDE. Windows color (decimal): -2362005 or 7075291. OLE color: 7075291.
HSL color Cylindrical-coordinate representation of color #DBF56B: hue angle of 71.3º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBF56B is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 245 | 107 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.04 |
| HSL | 71.3º | 0.87% | 0.69% | - |
| HSV(B) | 71.3º | 0.56% | 0.96% | - |
| XYZ | 64.52 | 81.43 | 26.23 | - |
| YUV | 221.49 | 63.39 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 107 | 0.11 | 0 | 0.56 | 0.04 | 71.3 | 0.87 | 0.69 |
| Hex | DB | F5 | 6B | B | 0 | 38 | 4 | 47 | 57 | 45 |
| Octal | 333 | 365 | 153 | 13 | 0 | 70 | 4 | 107 | 127 | 105 |
| Binary | 11011011 | 11110101 | 1101011 | 1011 | 0 | 111000 | 100 | 1000111 | 1010111 | 1000101 |
Color Harmonies of #DBF56B
Complementary color
Monochromatic Colors of #DBF56B
Black with #DBF56B
Text Example
Text Example
White with #DBF56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF56B; }
p { color: rgb(219,245,107); }
H1.HeaderClassName
{
color: #DBF56B;
}
.AnyTagClassName
{
color: #DBF56B;
}
</style>
background-color css
<style>
a { background-color: #DBF56B; }
a { background-color: rgb(219,245,107); }
div.DivClassName
{
background-color: #DBF56B;
}
.BgClassName
{
background-color: #DBF56B;
}
</style>
border-color css
<style>
span { border-color: #DBF56B; }
span { border-color: rgb(219,245,107); }
td.TdClassName
{
border-color: #DBF56B;
}
.TagClassName
{
border-color: #DBF56B;
}
</style>