Shades of Mindaro #DBFC74
Tints of Mindaro #DBFC74
RGB
CMYK
RGB Variations
Color information
#DBFC74 (or 0xDBFC74) is known color: Mindaro. HEX triplet: DB, FC and 74. RGB value is (219,252,116). Sum of RGB (Red+Green+Blue) = 219+252+116=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 116 (45.70% from 255 or 19.76% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBFC74 is #24038B. Grayscale: #E3E3E3. Windows color (decimal): -2360204 or 7666907. OLE color: 7666907.
HSL color Cylindrical-coordinate representation of color #DBFC74: hue angle of 74.56º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBFC74 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 116 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.01 |
| HSL | 74.56º | 0.96% | 0.72% | - |
| HSV(B) | 74.56º | 0.54% | 0.99% | - |
| XYZ | 67.18 | 85.94 | 29.57 | - |
| YUV | 226.63 | 65.57 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 116 | 0.13 | 0 | 0.54 | 0.01 | 74.56 | 0.96 | 0.72 |
| Hex | DB | FC | 74 | D | 0 | 36 | 1 | 4B | 60 | 48 |
| Octal | 333 | 374 | 164 | 15 | 0 | 66 | 1 | 113 | 140 | 110 |
| Binary | 11011011 | 11111100 | 1110100 | 1101 | 0 | 110110 | 1 | 1001011 | 1100000 | 1001000 |
Color Harmonies of #DBFC74
Complementary color
Monochromatic Colors of #DBFC74
Black with #DBFC74
Text Example
Text Example
White with #DBFC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC74; }
p { color: rgb(219,252,116); }
H1.HeaderClassName
{
color: #DBFC74;
}
.AnyTagClassName
{
color: #DBFC74;
}
</style>
background-color css
<style>
a { background-color: #DBFC74; }
a { background-color: rgb(219,252,116); }
div.DivClassName
{
background-color: #DBFC74;
}
.BgClassName
{
background-color: #DBFC74;
}
</style>
border-color css
<style>
span { border-color: #DBFC74; }
span { border-color: rgb(219,252,116); }
td.TdClassName
{
border-color: #DBFC74;
}
.TagClassName
{
border-color: #DBFC74;
}
</style>