Shades of Mindaro #DBF27A
Tints of Mindaro #DBF27A
RGB
CMYK
RGB Variations
Color information
#DBF27A (or 0xDBF27A) is known color: Mindaro. HEX triplet: DB, F2 and 7A. RGB value is (219,242,122). Sum of RGB (Red+Green+Blue) = 219+242+122=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 122 (48.05% from 255 or 20.93% from 583); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF27A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF27A is #240D85. Grayscale: #DDDDDD. Windows color (decimal): -2362758 or 8057563. OLE color: 8057563.
HSL color Cylindrical-coordinate representation of color #DBF27A: hue angle of 71.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBF27A is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 122 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.05 |
| HSL | 71.5º | 0.82% | 0.71% | - |
| HSV(B) | 71.5º | 0.5% | 0.95% | - |
| XYZ | 64.48 | 79.97 | 30.45 | - |
| YUV | 221.44 | 71.88 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 122 | 0.10 | 0 | 0.50 | 0.05 | 71.5 | 0.82 | 0.71 |
| Hex | DB | F2 | 7A | A | 0 | 32 | 5 | 48 | 52 | 47 |
| Octal | 333 | 362 | 172 | 12 | 0 | 62 | 5 | 110 | 122 | 107 |
| Binary | 11011011 | 11110010 | 1111010 | 1010 | 0 | 110010 | 101 | 1001000 | 1010010 | 1000111 |
Color Harmonies of #DBF27A
Complementary color
Monochromatic Colors of #DBF27A
Black with #DBF27A
Text Example
Text Example
White with #DBF27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF27A; }
p { color: rgb(219,242,122); }
H1.HeaderClassName
{
color: #DBF27A;
}
.AnyTagClassName
{
color: #DBF27A;
}
</style>
background-color css
<style>
a { background-color: #DBF27A; }
a { background-color: rgb(219,242,122); }
div.DivClassName
{
background-color: #DBF27A;
}
.BgClassName
{
background-color: #DBF27A;
}
</style>
border-color css
<style>
span { border-color: #DBF27A; }
span { border-color: rgb(219,242,122); }
td.TdClassName
{
border-color: #DBF27A;
}
.TagClassName
{
border-color: #DBF27A;
}
</style>