Shades of Mindaro #DBFC70
Tints of Mindaro #DBFC70
RGB
CMYK
RGB Variations
Color information
#DBFC70 (or 0xDBFC70) is known color: Mindaro. HEX triplet: DB, FC and 70. RGB value is (219,252,112). Sum of RGB (Red+Green+Blue) = 219+252+112=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 112 (44.14% from 255 or 19.21% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFC70 is #24038F. Grayscale: #E2E2E2. Windows color (decimal): -2360208 or 7404763. OLE color: 7404763.
HSL color Cylindrical-coordinate representation of color #DBFC70: hue angle of 74.14º 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 #DBFC70 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 112 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.01 |
| HSL | 74.14º | 0.96% | 0.71% | - |
| HSV(B) | 74.14º | 0.56% | 0.99% | - |
| XYZ | 66.95 | 85.85 | 28.37 | - |
| YUV | 226.17 | 63.57 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 112 | 0.13 | 0 | 0.56 | 0.01 | 74.14 | 0.96 | 0.71 |
| Hex | DB | FC | 70 | D | 0 | 38 | 1 | 4A | 60 | 47 |
| Octal | 333 | 374 | 160 | 15 | 0 | 70 | 1 | 112 | 140 | 107 |
| Binary | 11011011 | 11111100 | 1110000 | 1101 | 0 | 111000 | 1 | 1001010 | 1100000 | 1000111 |
Color Harmonies of #DBFC70
Complementary color
Monochromatic Colors of #DBFC70
Black with #DBFC70
Text Example
Text Example
White with #DBFC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC70; }
p { color: rgb(219,252,112); }
H1.HeaderClassName
{
color: #DBFC70;
}
.AnyTagClassName
{
color: #DBFC70;
}
</style>
background-color css
<style>
a { background-color: #DBFC70; }
a { background-color: rgb(219,252,112); }
div.DivClassName
{
background-color: #DBFC70;
}
.BgClassName
{
background-color: #DBFC70;
}
</style>
border-color css
<style>
span { border-color: #DBFC70; }
span { border-color: rgb(219,252,112); }
td.TdClassName
{
border-color: #DBFC70;
}
.TagClassName
{
border-color: #DBFC70;
}
</style>