Shades of Mindaro #DBF36E
Tints of Mindaro #DBF36E
RGB
CMYK
RGB Variations
Color information
#DBF36E (or 0xDBF36E) is known color: Mindaro. HEX triplet: DB, F3 and 6E. RGB value is (219,243,110). Sum of RGB (Red+Green+Blue) = 219+243+110=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 243 (95.31% from 255 or 42.48% from 572); Blue value is 110 (43.36% from 255 or 19.23% from 572); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF36E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF36E is #240C91. Grayscale: #DDDDDD. Windows color (decimal): -2362514 or 7271387. OLE color: 7271387.
HSL color Cylindrical-coordinate representation of color #DBF36E: hue angle of 70.83º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DBF36E is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 110 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.05 |
| HSL | 70.83º | 0.85% | 0.69% | - |
| HSV(B) | 70.83º | 0.55% | 0.95% | - |
| XYZ | 64.08 | 80.29 | 26.87 | - |
| YUV | 220.66 | 65.55 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 110 | 0.10 | 0 | 0.55 | 0.05 | 70.83 | 0.85 | 0.69 |
| Hex | DB | F3 | 6E | A | 0 | 37 | 5 | 47 | 55 | 45 |
| Octal | 333 | 363 | 156 | 12 | 0 | 67 | 5 | 107 | 125 | 105 |
| Binary | 11011011 | 11110011 | 1101110 | 1010 | 0 | 110111 | 101 | 1000111 | 1010101 | 1000101 |
Color Harmonies of #DBF36E
Complementary color
Monochromatic Colors of #DBF36E
Black with #DBF36E
Text Example
Text Example
White with #DBF36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF36E; }
p { color: rgb(219,243,110); }
H1.HeaderClassName
{
color: #DBF36E;
}
.AnyTagClassName
{
color: #DBF36E;
}
</style>
background-color css
<style>
a { background-color: #DBF36E; }
a { background-color: rgb(219,243,110); }
div.DivClassName
{
background-color: #DBF36E;
}
.BgClassName
{
background-color: #DBF36E;
}
</style>
border-color css
<style>
span { border-color: #DBF36E; }
span { border-color: rgb(219,243,110); }
td.TdClassName
{
border-color: #DBF36E;
}
.TagClassName
{
border-color: #DBF36E;
}
</style>