Shades of Mindaro #DBFF5E
Tints of Mindaro #DBFF5E
RGB
CMYK
RGB Variations
Color information
#DBFF5E (or 0xDBFF5E) is known color: Mindaro. HEX triplet: DB, FF and 5E. RGB value is (219,255,94). Sum of RGB (Red+Green+Blue) = 219+255+94=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 94 (37.11% from 255 or 16.55% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFF5E is #2400A1. Grayscale: #E2E2E2. Windows color (decimal): -2359458 or 6225883. OLE color: 6225883.
HSL color Cylindrical-coordinate representation of color #DBFF5E: hue angle of 73.42º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBFF5E is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 94 | - |
| CMYK | 0.14 | 0 | 0.63 | 0 |
| HSL | 73.42º | 1% | 0.68% | - |
| HSV(B) | 73.42º | 0.63% | 1% | - |
| XYZ | 66.99 | 87.39 | 23.93 | - |
| YUV | 225.88 | 53.57 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 94 | 0.14 | 0 | 0.63 | 0 | 73.42 | 1 | 0.68 |
| Hex | DB | FF | 5E | E | 0 | 3F | 0 | 49 | 64 | 44 |
| Octal | 333 | 377 | 136 | 16 | 0 | 77 | 0 | 111 | 144 | 104 |
| Binary | 11011011 | 11111111 | 1011110 | 1110 | 0 | 111111 | 0 | 1001001 | 1100100 | 1000100 |
Color Harmonies of #DBFF5E
Complementary color
Monochromatic Colors of #DBFF5E
Black with #DBFF5E
Text Example
Text Example
White with #DBFF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF5E; }
p { color: rgb(219,255,94); }
H1.HeaderClassName
{
color: #DBFF5E;
}
.AnyTagClassName
{
color: #DBFF5E;
}
</style>
background-color css
<style>
a { background-color: #DBFF5E; }
a { background-color: rgb(219,255,94); }
div.DivClassName
{
background-color: #DBFF5E;
}
.BgClassName
{
background-color: #DBFF5E;
}
</style>
border-color css
<style>
span { border-color: #DBFF5E; }
span { border-color: rgb(219,255,94); }
td.TdClassName
{
border-color: #DBFF5E;
}
.TagClassName
{
border-color: #DBFF5E;
}
</style>