Shades of Mindaro #DBFB67
Tints of Mindaro #DBFB67
RGB
CMYK
RGB Variations
Color information
#DBFB67 (or 0xDBFB67) is known color: Mindaro. HEX triplet: DB, FB and 67. RGB value is (219,251,103). Sum of RGB (Red+Green+Blue) = 219+251+103=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 103 (40.62% from 255 or 17.98% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFB67 is #240498. Grayscale: #E1E1E1. Windows color (decimal): -2360473 or 6814683. OLE color: 6814683.
HSL color Cylindrical-coordinate representation of color #DBFB67: hue angle of 72.97º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBFB67 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 103 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.02 |
| HSL | 72.97º | 0.95% | 0.69% | - |
| HSV(B) | 72.97º | 0.59% | 0.98% | - |
| XYZ | 66.16 | 85.03 | 25.76 | - |
| YUV | 224.56 | 59.4 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 103 | 0.13 | 0 | 0.59 | 0.02 | 72.97 | 0.95 | 0.69 |
| Hex | DB | FB | 67 | D | 0 | 3B | 2 | 49 | 5F | 45 |
| Octal | 333 | 373 | 147 | 15 | 0 | 73 | 2 | 111 | 137 | 105 |
| Binary | 11011011 | 11111011 | 1100111 | 1101 | 0 | 111011 | 10 | 1001001 | 1011111 | 1000101 |
Color Harmonies of #DBFB67
Complementary color
Monochromatic Colors of #DBFB67
Black with #DBFB67
Text Example
Text Example
White with #DBFB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB67; }
p { color: rgb(219,251,103); }
H1.HeaderClassName
{
color: #DBFB67;
}
.AnyTagClassName
{
color: #DBFB67;
}
</style>
background-color css
<style>
a { background-color: #DBFB67; }
a { background-color: rgb(219,251,103); }
div.DivClassName
{
background-color: #DBFB67;
}
.BgClassName
{
background-color: #DBFB67;
}
</style>
border-color css
<style>
span { border-color: #DBFB67; }
span { border-color: rgb(219,251,103); }
td.TdClassName
{
border-color: #DBFB67;
}
.TagClassName
{
border-color: #DBFB67;
}
</style>