Shades of Mindaro #D6FB74
Tints of Mindaro #D6FB74
RGB
CMYK
RGB Variations
Color information
#D6FB74 (or 0xD6FB74) is known color: Mindaro. HEX triplet: D6, FB and 74. RGB value is (214,251,116). Sum of RGB (Red+Green+Blue) = 214+251+116=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 116 (45.70% from 255 or 19.97% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FB74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FB74 is #29048B. Grayscale: #E1E1E1. Windows color (decimal): -2688140 or 7666646. OLE color: 7666646.
HSL color Cylindrical-coordinate representation of color #D6FB74: hue angle of 76.44º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6FB74 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 251 | 116 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.02 |
| HSL | 76.44º | 0.94% | 0.72% | - |
| HSV(B) | 76.44º | 0.54% | 0.98% | - |
| XYZ | 65.38 | 84.55 | 29.4 | - |
| YUV | 224.55 | 66.74 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 251 | 116 | 0.15 | 0 | 0.54 | 0.02 | 76.44 | 0.94 | 0.72 |
| Hex | D6 | FB | 74 | F | 0 | 36 | 2 | 4C | 5E | 48 |
| Octal | 326 | 373 | 164 | 17 | 0 | 66 | 2 | 114 | 136 | 110 |
| Binary | 11010110 | 11111011 | 1110100 | 1111 | 0 | 110110 | 10 | 1001100 | 1011110 | 1001000 |
Color Harmonies of #D6FB74
Complementary color
Monochromatic Colors of #D6FB74
Black with #D6FB74
Text Example
Text Example
White with #D6FB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FB74; }
p { color: rgb(214,251,116); }
H1.HeaderClassName
{
color: #D6FB74;
}
.AnyTagClassName
{
color: #D6FB74;
}
</style>
background-color css
<style>
a { background-color: #D6FB74; }
a { background-color: rgb(214,251,116); }
div.DivClassName
{
background-color: #D6FB74;
}
.BgClassName
{
background-color: #D6FB74;
}
</style>
border-color css
<style>
span { border-color: #D6FB74; }
span { border-color: rgb(214,251,116); }
td.TdClassName
{
border-color: #D6FB74;
}
.TagClassName
{
border-color: #D6FB74;
}
</style>