Shades of Mindaro #DBF06A
Tints of Mindaro #DBF06A
RGB
CMYK
RGB Variations
Color information
#DBF06A (or 0xDBF06A) is known color: Mindaro. HEX triplet: DB, F0 and 6A. RGB value is (219,240,106). Sum of RGB (Red+Green+Blue) = 219+240+106=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 106 (41.80% from 255 or 18.76% from 565); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF06A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF06A is #240F95. Grayscale: #DADADA. Windows color (decimal): -2363286 or 7008475. OLE color: 7008475.
HSL color Cylindrical-coordinate representation of color #DBF06A: hue angle of 69.4º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBF06A is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 106 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.06 |
| HSL | 69.4º | 0.82% | 0.68% | - |
| HSV(B) | 69.4º | 0.56% | 0.94% | - |
| XYZ | 62.98 | 78.42 | 25.45 | - |
| YUV | 218.45 | 64.54 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 106 | 0.09 | 0 | 0.56 | 0.06 | 69.4 | 0.82 | 0.68 |
| Hex | DB | F0 | 6A | 9 | 0 | 38 | 6 | 45 | 52 | 44 |
| Octal | 333 | 360 | 152 | 11 | 0 | 70 | 6 | 105 | 122 | 104 |
| Binary | 11011011 | 11110000 | 1101010 | 1001 | 0 | 111000 | 110 | 1000101 | 1010010 | 1000100 |
Color Harmonies of #DBF06A
Complementary color
Monochromatic Colors of #DBF06A
Black with #DBF06A
Text Example
Text Example
White with #DBF06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF06A; }
p { color: rgb(219,240,106); }
H1.HeaderClassName
{
color: #DBF06A;
}
.AnyTagClassName
{
color: #DBF06A;
}
</style>
background-color css
<style>
a { background-color: #DBF06A; }
a { background-color: rgb(219,240,106); }
div.DivClassName
{
background-color: #DBF06A;
}
.BgClassName
{
background-color: #DBF06A;
}
</style>
border-color css
<style>
span { border-color: #DBF06A; }
span { border-color: rgb(219,240,106); }
td.TdClassName
{
border-color: #DBF06A;
}
.TagClassName
{
border-color: #DBF06A;
}
</style>