Shades of Mindaro #DBFF5C
Tints of Mindaro #DBFF5C
RGB
CMYK
RGB Variations
Color information
#DBFF5C (or 0xDBFF5C) is known color: Mindaro. HEX triplet: DB, FF and 5C. RGB value is (219,255,92). Sum of RGB (Red+Green+Blue) = 219+255+92=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 92 (36.33% from 255 or 16.25% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFF5C is #2400A3. Grayscale: #E2E2E2. Windows color (decimal): -2359460 or 6094811. OLE color: 6094811.
HSL color Cylindrical-coordinate representation of color #DBFF5C: hue angle of 73.25º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DBFF5C is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 92 | - |
| CMYK | 0.14 | 0 | 0.64 | 0 |
| HSL | 73.25º | 1% | 0.68% | - |
| HSV(B) | 73.25º | 0.64% | 1% | - |
| XYZ | 66.91 | 87.35 | 23.46 | - |
| YUV | 225.65 | 52.57 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 92 | 0.14 | 0 | 0.64 | 0 | 73.25 | 1 | 0.68 |
| Hex | DB | FF | 5C | E | 0 | 40 | 0 | 49 | 64 | 44 |
| Octal | 333 | 377 | 134 | 16 | 0 | 100 | 0 | 111 | 144 | 104 |
| Binary | 11011011 | 11111111 | 1011100 | 1110 | 0 | 1000000 | 0 | 1001001 | 1100100 | 1000100 |
Color Harmonies of #DBFF5C
Complementary color
Monochromatic Colors of #DBFF5C
Black with #DBFF5C
Text Example
Text Example
White with #DBFF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF5C; }
p { color: rgb(219,255,92); }
H1.HeaderClassName
{
color: #DBFF5C;
}
.AnyTagClassName
{
color: #DBFF5C;
}
</style>
background-color css
<style>
a { background-color: #DBFF5C; }
a { background-color: rgb(219,255,92); }
div.DivClassName
{
background-color: #DBFF5C;
}
.BgClassName
{
background-color: #DBFF5C;
}
</style>
border-color css
<style>
span { border-color: #DBFF5C; }
span { border-color: rgb(219,255,92); }
td.TdClassName
{
border-color: #DBFF5C;
}
.TagClassName
{
border-color: #DBFF5C;
}
</style>