Shades of Mindaro #DBF65F
Tints of Mindaro #DBF65F
RGB
CMYK
RGB Variations
Color information
#DBF65F (or 0xDBF65F) is known color: Mindaro. HEX triplet: DB, F6 and 5F. RGB value is (219,246,95). Sum of RGB (Red+Green+Blue) = 219+246+95=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 246 (96.48% from 255 or 43.93% from 560); Blue value is 95 (37.5% from 255 or 16.96% from 560); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF65F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF65F is #2409A0. Grayscale: #DDDDDD. Windows color (decimal): -2361761 or 6289115. OLE color: 6289115.
HSL color Cylindrical-coordinate representation of color #DBF65F: hue angle of 70.73º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DBF65F is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 95 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.04 |
| HSL | 70.73º | 0.89% | 0.67% | - |
| HSV(B) | 70.73º | 0.61% | 0.96% | - |
| XYZ | 64.23 | 81.8 | 23.23 | - |
| YUV | 220.71 | 57.05 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 95 | 0.11 | 0 | 0.61 | 0.04 | 70.73 | 0.89 | 0.67 |
| Hex | DB | F6 | 5F | B | 0 | 3D | 4 | 47 | 59 | 43 |
| Octal | 333 | 366 | 137 | 13 | 0 | 75 | 4 | 107 | 131 | 103 |
| Binary | 11011011 | 11110110 | 1011111 | 1011 | 0 | 111101 | 100 | 1000111 | 1011001 | 1000011 |
Color Harmonies of #DBF65F
Complementary color
Monochromatic Colors of #DBF65F
Black with #DBF65F
Text Example
Text Example
White with #DBF65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF65F; }
p { color: rgb(219,246,95); }
H1.HeaderClassName
{
color: #DBF65F;
}
.AnyTagClassName
{
color: #DBF65F;
}
</style>
background-color css
<style>
a { background-color: #DBF65F; }
a { background-color: rgb(219,246,95); }
div.DivClassName
{
background-color: #DBF65F;
}
.BgClassName
{
background-color: #DBF65F;
}
</style>
border-color css
<style>
span { border-color: #DBF65F; }
span { border-color: rgb(219,246,95); }
td.TdClassName
{
border-color: #DBF65F;
}
.TagClassName
{
border-color: #DBF65F;
}
</style>