Shades of Mindaro #DBFC6E
Tints of Mindaro #DBFC6E
RGB
CMYK
RGB Variations
Color information
#DBFC6E (or 0xDBFC6E) is known color: Mindaro. HEX triplet: DB, FC and 6E. RGB value is (219,252,110). Sum of RGB (Red+Green+Blue) = 219+252+110=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 110 (43.36% from 255 or 18.93% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFC6E is #240391. Grayscale: #E2E2E2. Windows color (decimal): -2360210 or 7273691. OLE color: 7273691.
HSL color Cylindrical-coordinate representation of color #DBFC6E: hue angle of 73.94º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBFC6E is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 110 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.01 |
| HSL | 73.94º | 0.96% | 0.71% | - |
| HSV(B) | 73.94º | 0.56% | 0.99% | - |
| XYZ | 66.84 | 85.81 | 27.79 | - |
| YUV | 225.95 | 62.57 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 110 | 0.13 | 0 | 0.56 | 0.01 | 73.94 | 0.96 | 0.71 |
| Hex | DB | FC | 6E | D | 0 | 38 | 1 | 4A | 60 | 47 |
| Octal | 333 | 374 | 156 | 15 | 0 | 70 | 1 | 112 | 140 | 107 |
| Binary | 11011011 | 11111100 | 1101110 | 1101 | 0 | 111000 | 1 | 1001010 | 1100000 | 1000111 |
Color Harmonies of #DBFC6E
Complementary color
Monochromatic Colors of #DBFC6E
Black with #DBFC6E
Text Example
Text Example
White with #DBFC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC6E; }
p { color: rgb(219,252,110); }
H1.HeaderClassName
{
color: #DBFC6E;
}
.AnyTagClassName
{
color: #DBFC6E;
}
</style>
background-color css
<style>
a { background-color: #DBFC6E; }
a { background-color: rgb(219,252,110); }
div.DivClassName
{
background-color: #DBFC6E;
}
.BgClassName
{
background-color: #DBFC6E;
}
</style>
border-color css
<style>
span { border-color: #DBFC6E; }
span { border-color: rgb(219,252,110); }
td.TdClassName
{
border-color: #DBFC6E;
}
.TagClassName
{
border-color: #DBFC6E;
}
</style>