Shades of Mindaro #DBFC7D
Tints of Mindaro #DBFC7D
RGB
CMYK
RGB Variations
Color information
#DBFC7D (or 0xDBFC7D) is known color: Mindaro. HEX triplet: DB, FC and 7D. RGB value is (219,252,125). Sum of RGB (Red+Green+Blue) = 219+252+125=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 125 (49.22% from 255 or 20.97% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFC7D is #240382. Grayscale: #E4E4E4. Windows color (decimal): -2360195 or 8256731. OLE color: 8256731.
HSL color Cylindrical-coordinate representation of color #DBFC7D: hue angle of 75.59º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBFC7D is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 125 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.01 |
| HSL | 75.59º | 0.95% | 0.74% | - |
| HSV(B) | 75.59º | 0.5% | 0.99% | - |
| XYZ | 67.73 | 86.16 | 32.46 | - |
| YUV | 227.66 | 70.07 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 125 | 0.13 | 0 | 0.50 | 0.01 | 75.59 | 0.95 | 0.74 |
| Hex | DB | FC | 7D | D | 0 | 32 | 1 | 4C | 5F | 4A |
| Octal | 333 | 374 | 175 | 15 | 0 | 62 | 1 | 114 | 137 | 112 |
| Binary | 11011011 | 11111100 | 1111101 | 1101 | 0 | 110010 | 1 | 1001100 | 1011111 | 1001010 |
Color Harmonies of #DBFC7D
Complementary color
Monochromatic Colors of #DBFC7D
Black with #DBFC7D
Text Example
Text Example
White with #DBFC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC7D; }
p { color: rgb(219,252,125); }
H1.HeaderClassName
{
color: #DBFC7D;
}
.AnyTagClassName
{
color: #DBFC7D;
}
</style>
background-color css
<style>
a { background-color: #DBFC7D; }
a { background-color: rgb(219,252,125); }
div.DivClassName
{
background-color: #DBFC7D;
}
.BgClassName
{
background-color: #DBFC7D;
}
</style>
border-color css
<style>
span { border-color: #DBFC7D; }
span { border-color: rgb(219,252,125); }
td.TdClassName
{
border-color: #DBFC7D;
}
.TagClassName
{
border-color: #DBFC7D;
}
</style>