Shades of Mindaro #D6F77B
Tints of Mindaro #D6F77B
RGB
CMYK
RGB Variations
Color information
#D6F77B (or 0xD6F77B) is known color: Mindaro. HEX triplet: D6, F7 and 7B. RGB value is (214,247,123). Sum of RGB (Red+Green+Blue) = 214+247+123=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 247 (96.88% from 255 or 42.29% from 584); Blue value is 123 (48.44% from 255 or 21.06% from 584); Max value from RGB is 247 - color contains mainly: green. Hex color #D6F77B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6F77B is #290884. Grayscale: #DFDFDF. Windows color (decimal): -2689157 or 8124374. OLE color: 8124374.
HSL color Cylindrical-coordinate representation of color #D6F77B: hue angle of 75.97º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6F77B is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 247 | 123 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.03 |
| HSL | 75.97º | 0.89% | 0.73% | - |
| HSV(B) | 75.97º | 0.5% | 0.97% | - |
| XYZ | 64.57 | 82.25 | 31.21 | - |
| YUV | 223 | 71.57 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 247 | 123 | 0.13 | 0 | 0.50 | 0.03 | 75.97 | 0.89 | 0.73 |
| Hex | D6 | F7 | 7B | D | 0 | 32 | 3 | 4C | 59 | 49 |
| Octal | 326 | 367 | 173 | 15 | 0 | 62 | 3 | 114 | 131 | 111 |
| Binary | 11010110 | 11110111 | 1111011 | 1101 | 0 | 110010 | 11 | 1001100 | 1011001 | 1001001 |
Color Harmonies of #D6F77B
Complementary color
Monochromatic Colors of #D6F77B
Black with #D6F77B
Text Example
Text Example
White with #D6F77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F77B; }
p { color: rgb(214,247,123); }
H1.HeaderClassName
{
color: #D6F77B;
}
.AnyTagClassName
{
color: #D6F77B;
}
</style>
background-color css
<style>
a { background-color: #D6F77B; }
a { background-color: rgb(214,247,123); }
div.DivClassName
{
background-color: #D6F77B;
}
.BgClassName
{
background-color: #D6F77B;
}
</style>
border-color css
<style>
span { border-color: #D6F77B; }
span { border-color: rgb(214,247,123); }
td.TdClassName
{
border-color: #D6F77B;
}
.TagClassName
{
border-color: #D6F77B;
}
</style>