Shades of Mindaro #DBF27B
Tints of Mindaro #DBF27B
RGB
CMYK
RGB Variations
Color information
#DBF27B (or 0xDBF27B) is known color: Mindaro. HEX triplet: DB, F2 and 7B. RGB value is (219,242,123). Sum of RGB (Red+Green+Blue) = 219+242+123=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 123 (48.44% from 255 or 21.06% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF27B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF27B is #240D84. Grayscale: #DEDEDE. Windows color (decimal): -2362757 or 8123099. OLE color: 8123099.
HSL color Cylindrical-coordinate representation of color #DBF27B: hue angle of 71.6º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBF27B is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 123 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.05 |
| HSL | 71.6º | 0.82% | 0.72% | - |
| HSV(B) | 71.6º | 0.49% | 0.95% | - |
| XYZ | 64.54 | 79.99 | 30.78 | - |
| YUV | 221.56 | 72.38 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 123 | 0.10 | 0 | 0.49 | 0.05 | 71.6 | 0.82 | 0.72 |
| Hex | DB | F2 | 7B | A | 0 | 31 | 5 | 48 | 52 | 48 |
| Octal | 333 | 362 | 173 | 12 | 0 | 61 | 5 | 110 | 122 | 110 |
| Binary | 11011011 | 11110010 | 1111011 | 1010 | 0 | 110001 | 101 | 1001000 | 1010010 | 1001000 |
Color Harmonies of #DBF27B
Complementary color
Monochromatic Colors of #DBF27B
Black with #DBF27B
Text Example
Text Example
White with #DBF27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF27B; }
p { color: rgb(219,242,123); }
H1.HeaderClassName
{
color: #DBF27B;
}
.AnyTagClassName
{
color: #DBF27B;
}
</style>
background-color css
<style>
a { background-color: #DBF27B; }
a { background-color: rgb(219,242,123); }
div.DivClassName
{
background-color: #DBF27B;
}
.BgClassName
{
background-color: #DBF27B;
}
</style>
border-color css
<style>
span { border-color: #DBF27B; }
span { border-color: rgb(219,242,123); }
td.TdClassName
{
border-color: #DBF27B;
}
.TagClassName
{
border-color: #DBF27B;
}
</style>