Shades of Mindaro #DBFE74
Tints of Mindaro #DBFE74
RGB
CMYK
RGB Variations
Color information
#DBFE74 (or 0xDBFE74) is known color: Mindaro. HEX triplet: DB, FE and 74. RGB value is (219,254,116). Sum of RGB (Red+Green+Blue) = 219+254+116=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 116 (45.70% from 255 or 19.69% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFE74 is #24018B. Grayscale: #E4E4E4. Windows color (decimal): -2359692 or 7667419. OLE color: 7667419.
HSL color Cylindrical-coordinate representation of color #DBFE74: hue angle of 75.22º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBFE74 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 116 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.00 |
| HSL | 75.22º | 0.99% | 0.73% | - |
| HSV(B) | 75.22º | 0.54% | 1% | - |
| XYZ | 67.81 | 87.2 | 29.78 | - |
| YUV | 227.8 | 64.9 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 116 | 0.14 | 0 | 0.54 | 0.00 | 75.22 | 0.99 | 0.73 |
| Hex | DB | FE | 74 | E | 0 | 36 | 0 | 4B | 63 | 49 |
| Octal | 333 | 376 | 164 | 16 | 0 | 66 | 0 | 113 | 143 | 111 |
| Binary | 11011011 | 11111110 | 1110100 | 1110 | 0 | 110110 | 0 | 1001011 | 1100011 | 1001001 |
Color Harmonies of #DBFE74
Complementary color
Monochromatic Colors of #DBFE74
Black with #DBFE74
Text Example
Text Example
White with #DBFE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE74; }
p { color: rgb(219,254,116); }
H1.HeaderClassName
{
color: #DBFE74;
}
.AnyTagClassName
{
color: #DBFE74;
}
</style>
background-color css
<style>
a { background-color: #DBFE74; }
a { background-color: rgb(219,254,116); }
div.DivClassName
{
background-color: #DBFE74;
}
.BgClassName
{
background-color: #DBFE74;
}
</style>
border-color css
<style>
span { border-color: #DBFE74; }
span { border-color: rgb(219,254,116); }
td.TdClassName
{
border-color: #DBFE74;
}
.TagClassName
{
border-color: #DBFE74;
}
</style>