Shades of Mindaro #D6F67B
Tints of Mindaro #D6F67B
RGB
CMYK
RGB Variations
Color information
#D6F67B (or 0xD6F67B) is known color: Mindaro. HEX triplet: D6, F6 and 7B. RGB value is (214,246,123). Sum of RGB (Red+Green+Blue) = 214+246+123=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 246 (96.48% from 255 or 42.20% from 583); Blue value is 123 (48.44% from 255 or 21.10% from 583); Max value from RGB is 246 - color contains mainly: green. Hex color #D6F67B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F67B is #290984. Grayscale: #DEDEDE. Windows color (decimal): -2689413 or 8124118. OLE color: 8124118.
HSL color Cylindrical-coordinate representation of color #D6F67B: hue angle of 75.61º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6F67B is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 246 | 123 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.04 |
| HSL | 75.61º | 0.87% | 0.72% | - |
| HSV(B) | 75.61º | 0.5% | 0.96% | - |
| XYZ | 64.26 | 81.64 | 31.11 | - |
| YUV | 222.41 | 71.9 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 246 | 123 | 0.13 | 0 | 0.50 | 0.04 | 75.61 | 0.87 | 0.72 |
| Hex | D6 | F6 | 7B | D | 0 | 32 | 4 | 4C | 57 | 48 |
| Octal | 326 | 366 | 173 | 15 | 0 | 62 | 4 | 114 | 127 | 110 |
| Binary | 11010110 | 11110110 | 1111011 | 1101 | 0 | 110010 | 100 | 1001100 | 1010111 | 1001000 |
Color Harmonies of #D6F67B
Complementary color
Monochromatic Colors of #D6F67B
Black with #D6F67B
Text Example
Text Example
White with #D6F67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F67B; }
p { color: rgb(214,246,123); }
H1.HeaderClassName
{
color: #D6F67B;
}
.AnyTagClassName
{
color: #D6F67B;
}
</style>
background-color css
<style>
a { background-color: #D6F67B; }
a { background-color: rgb(214,246,123); }
div.DivClassName
{
background-color: #D6F67B;
}
.BgClassName
{
background-color: #D6F67B;
}
</style>
border-color css
<style>
span { border-color: #D6F67B; }
span { border-color: rgb(214,246,123); }
td.TdClassName
{
border-color: #D6F67B;
}
.TagClassName
{
border-color: #D6F67B;
}
</style>