Shades of Mindaro #DBFB6E
Tints of Mindaro #DBFB6E
RGB
CMYK
RGB Variations
Color information
#DBFB6E (or 0xDBFB6E) is known color: Mindaro. HEX triplet: DB, FB and 6E. RGB value is (219,251,110). Sum of RGB (Red+Green+Blue) = 219+251+110=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 110 (43.36% from 255 or 18.97% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFB6E is #240491. Grayscale: #E1E1E1. Windows color (decimal): -2360466 or 7273435. OLE color: 7273435.
HSL color Cylindrical-coordinate representation of color #DBFB6E: hue angle of 73.62º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBFB6E is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 110 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.02 |
| HSL | 73.62º | 0.95% | 0.71% | - |
| HSV(B) | 73.62º | 0.56% | 0.98% | - |
| XYZ | 66.53 | 85.18 | 27.69 | - |
| YUV | 225.36 | 62.9 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 110 | 0.13 | 0 | 0.56 | 0.02 | 73.62 | 0.95 | 0.71 |
| Hex | DB | FB | 6E | D | 0 | 38 | 2 | 4A | 5F | 47 |
| Octal | 333 | 373 | 156 | 15 | 0 | 70 | 2 | 112 | 137 | 107 |
| Binary | 11011011 | 11111011 | 1101110 | 1101 | 0 | 111000 | 10 | 1001010 | 1011111 | 1000111 |
Color Harmonies of #DBFB6E
Complementary color
Monochromatic Colors of #DBFB6E
Black with #DBFB6E
Text Example
Text Example
White with #DBFB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB6E; }
p { color: rgb(219,251,110); }
H1.HeaderClassName
{
color: #DBFB6E;
}
.AnyTagClassName
{
color: #DBFB6E;
}
</style>
background-color css
<style>
a { background-color: #DBFB6E; }
a { background-color: rgb(219,251,110); }
div.DivClassName
{
background-color: #DBFB6E;
}
.BgClassName
{
background-color: #DBFB6E;
}
</style>
border-color css
<style>
span { border-color: #DBFB6E; }
span { border-color: rgb(219,251,110); }
td.TdClassName
{
border-color: #DBFB6E;
}
.TagClassName
{
border-color: #DBFB6E;
}
</style>