Shades of Mindaro #DBFC76
Tints of Mindaro #DBFC76
RGB
CMYK
RGB Variations
Color information
#DBFC76 (or 0xDBFC76) is known color: Mindaro. HEX triplet: DB, FC and 76. RGB value is (219,252,118). Sum of RGB (Red+Green+Blue) = 219+252+118=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 118 (46.48% from 255 or 20.03% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFC76 is #240389. Grayscale: #E3E3E3. Windows color (decimal): -2360202 or 7797979. OLE color: 7797979.
HSL color Cylindrical-coordinate representation of color #DBFC76: hue angle of 74.78º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBFC76 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 118 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.01 |
| HSL | 74.78º | 0.96% | 0.73% | - |
| HSV(B) | 74.78º | 0.53% | 0.99% | - |
| XYZ | 67.29 | 85.99 | 30.19 | - |
| YUV | 226.86 | 66.57 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 118 | 0.13 | 0 | 0.53 | 0.01 | 74.78 | 0.96 | 0.73 |
| Hex | DB | FC | 76 | D | 0 | 35 | 1 | 4B | 60 | 49 |
| Octal | 333 | 374 | 166 | 15 | 0 | 65 | 1 | 113 | 140 | 111 |
| Binary | 11011011 | 11111100 | 1110110 | 1101 | 0 | 110101 | 1 | 1001011 | 1100000 | 1001001 |
Color Harmonies of #DBFC76
Complementary color
Monochromatic Colors of #DBFC76
Black with #DBFC76
Text Example
Text Example
White with #DBFC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC76; }
p { color: rgb(219,252,118); }
H1.HeaderClassName
{
color: #DBFC76;
}
.AnyTagClassName
{
color: #DBFC76;
}
</style>
background-color css
<style>
a { background-color: #DBFC76; }
a { background-color: rgb(219,252,118); }
div.DivClassName
{
background-color: #DBFC76;
}
.BgClassName
{
background-color: #DBFC76;
}
</style>
border-color css
<style>
span { border-color: #DBFC76; }
span { border-color: rgb(219,252,118); }
td.TdClassName
{
border-color: #DBFC76;
}
.TagClassName
{
border-color: #DBFC76;
}
</style>