Shades of Mindaro #DBFD5E
Tints of Mindaro #DBFD5E
RGB
CMYK
RGB Variations
Color information
#DBFD5E (or 0xDBFD5E) is known color: Mindaro. HEX triplet: DB, FD and 5E. RGB value is (219,253,94). Sum of RGB (Red+Green+Blue) = 219+253+94=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 94 (37.11% from 255 or 16.61% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFD5E is #2402A1. Grayscale: #E1E1E1. Windows color (decimal): -2359970 or 6225371. OLE color: 6225371.
HSL color Cylindrical-coordinate representation of color #DBFD5E: hue angle of 72.83º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBFD5E is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 94 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.01 |
| HSL | 72.83º | 0.98% | 0.68% | - |
| HSV(B) | 72.83º | 0.63% | 0.99% | - |
| XYZ | 66.36 | 86.12 | 23.71 | - |
| YUV | 224.71 | 54.24 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 94 | 0.13 | 0 | 0.63 | 0.01 | 72.83 | 0.98 | 0.68 |
| Hex | DB | FD | 5E | D | 0 | 3F | 1 | 49 | 62 | 44 |
| Octal | 333 | 375 | 136 | 15 | 0 | 77 | 1 | 111 | 142 | 104 |
| Binary | 11011011 | 11111101 | 1011110 | 1101 | 0 | 111111 | 1 | 1001001 | 1100010 | 1000100 |
Color Harmonies of #DBFD5E
Complementary color
Monochromatic Colors of #DBFD5E
Black with #DBFD5E
Text Example
Text Example
White with #DBFD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFD5E; }
p { color: rgb(219,253,94); }
H1.HeaderClassName
{
color: #DBFD5E;
}
.AnyTagClassName
{
color: #DBFD5E;
}
</style>
background-color css
<style>
a { background-color: #DBFD5E; }
a { background-color: rgb(219,253,94); }
div.DivClassName
{
background-color: #DBFD5E;
}
.BgClassName
{
background-color: #DBFD5E;
}
</style>
border-color css
<style>
span { border-color: #DBFD5E; }
span { border-color: rgb(219,253,94); }
td.TdClassName
{
border-color: #DBFD5E;
}
.TagClassName
{
border-color: #DBFD5E;
}
</style>