Shades of Mindaro #DBFF5A
Tints of Mindaro #DBFF5A
RGB
CMYK
RGB Variations
Color information
#DBFF5A (or 0xDBFF5A) is known color: Mindaro. HEX triplet: DB, FF and 5A. RGB value is (219,255,90). Sum of RGB (Red+Green+Blue) = 219+255+90=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 90 (35.55% from 255 or 15.96% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFF5A is #2400A5. Grayscale: #E2E2E2. Windows color (decimal): -2359462 or 5963739. OLE color: 5963739.
HSL color Cylindrical-coordinate representation of color #DBFF5A: hue angle of 73.09º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBFF5A is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 90 | - |
| CMYK | 0.14 | 0 | 0.65 | 0 |
| HSL | 73.09º | 1% | 0.68% | - |
| HSV(B) | 73.09º | 0.65% | 1% | - |
| XYZ | 66.82 | 87.32 | 23.01 | - |
| YUV | 225.43 | 51.57 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 90 | 0.14 | 0 | 0.65 | 0 | 73.09 | 1 | 0.68 |
| Hex | DB | FF | 5A | E | 0 | 41 | 0 | 49 | 64 | 44 |
| Octal | 333 | 377 | 132 | 16 | 0 | 101 | 0 | 111 | 144 | 104 |
| Binary | 11011011 | 11111111 | 1011010 | 1110 | 0 | 1000001 | 0 | 1001001 | 1100100 | 1000100 |
Color Harmonies of #DBFF5A
Complementary color
Monochromatic Colors of #DBFF5A
Black with #DBFF5A
Text Example
Text Example
White with #DBFF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF5A; }
p { color: rgb(219,255,90); }
H1.HeaderClassName
{
color: #DBFF5A;
}
.AnyTagClassName
{
color: #DBFF5A;
}
</style>
background-color css
<style>
a { background-color: #DBFF5A; }
a { background-color: rgb(219,255,90); }
div.DivClassName
{
background-color: #DBFF5A;
}
.BgClassName
{
background-color: #DBFF5A;
}
</style>
border-color css
<style>
span { border-color: #DBFF5A; }
span { border-color: rgb(219,255,90); }
td.TdClassName
{
border-color: #DBFF5A;
}
.TagClassName
{
border-color: #DBFF5A;
}
</style>