Shades of Mindaro #DBF360
Tints of Mindaro #DBF360
RGB
CMYK
RGB Variations
Color information
#DBF360 (or 0xDBF360) is known color: Mindaro. HEX triplet: DB, F3 and 60. RGB value is (219,243,96). Sum of RGB (Red+Green+Blue) = 219+243+96=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 96 (37.89% from 255 or 17.20% from 558); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF360 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF360 is #240C9F. Grayscale: #DBDBDB. Windows color (decimal): -2362528 or 6353883. OLE color: 6353883.
HSL color Cylindrical-coordinate representation of color #DBF360: hue angle of 69.8º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBF360 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 96 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.05 |
| HSL | 69.8º | 0.86% | 0.66% | - |
| HSV(B) | 69.8º | 0.6% | 0.95% | - |
| XYZ | 63.38 | 80.01 | 23.17 | - |
| YUV | 219.07 | 58.55 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 96 | 0.10 | 0 | 0.60 | 0.05 | 69.8 | 0.86 | 0.66 |
| Hex | DB | F3 | 60 | A | 0 | 3C | 5 | 46 | 56 | 42 |
| Octal | 333 | 363 | 140 | 12 | 0 | 74 | 5 | 106 | 126 | 102 |
| Binary | 11011011 | 11110011 | 1100000 | 1010 | 0 | 111100 | 101 | 1000110 | 1010110 | 1000010 |
Color Harmonies of #DBF360
Complementary color
Monochromatic Colors of #DBF360
Black with #DBF360
Text Example
Text Example
White with #DBF360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF360; }
p { color: rgb(219,243,96); }
H1.HeaderClassName
{
color: #DBF360;
}
.AnyTagClassName
{
color: #DBF360;
}
</style>
background-color css
<style>
a { background-color: #DBF360; }
a { background-color: rgb(219,243,96); }
div.DivClassName
{
background-color: #DBF360;
}
.BgClassName
{
background-color: #DBF360;
}
</style>
border-color css
<style>
span { border-color: #DBF360; }
span { border-color: rgb(219,243,96); }
td.TdClassName
{
border-color: #DBF360;
}
.TagClassName
{
border-color: #DBF360;
}
</style>