Shades of Mindaro #D8F66C
Tints of Mindaro #D8F66C
RGB
CMYK
RGB Variations
Color information
#D8F66C (or 0xD8F66C) is known color: Mindaro. HEX triplet: D8, F6 and 6C. RGB value is (216,246,108). Sum of RGB (Red+Green+Blue) = 216+246+108=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 246 (96.48% from 255 or 43.16% from 570); Blue value is 108 (42.58% from 255 or 18.95% from 570); Max value from RGB is 246 - color contains mainly: green. Hex color #D8F66C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F66C is #270993. Grayscale: #DDDDDD. Windows color (decimal): -2558356 or 7141080. OLE color: 7141080.
HSL color Cylindrical-coordinate representation of color #D8F66C: hue angle of 73.04º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8F66C is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 246 | 108 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.04 |
| HSL | 73.04º | 0.88% | 0.69% | - |
| HSV(B) | 73.04º | 0.56% | 0.96% | - |
| XYZ | 63.98 | 81.59 | 26.56 | - |
| YUV | 221.3 | 64.06 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 246 | 108 | 0.12 | 0 | 0.56 | 0.04 | 73.04 | 0.88 | 0.69 |
| Hex | D8 | F6 | 6C | C | 0 | 38 | 4 | 49 | 58 | 45 |
| Octal | 330 | 366 | 154 | 14 | 0 | 70 | 4 | 111 | 130 | 105 |
| Binary | 11011000 | 11110110 | 1101100 | 1100 | 0 | 111000 | 100 | 1001001 | 1011000 | 1000101 |
Color Harmonies of #D8F66C
Complementary color
Monochromatic Colors of #D8F66C
Black with #D8F66C
Text Example
Text Example
White with #D8F66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F66C; }
p { color: rgb(216,246,108); }
H1.HeaderClassName
{
color: #D8F66C;
}
.AnyTagClassName
{
color: #D8F66C;
}
</style>
background-color css
<style>
a { background-color: #D8F66C; }
a { background-color: rgb(216,246,108); }
div.DivClassName
{
background-color: #D8F66C;
}
.BgClassName
{
background-color: #D8F66C;
}
</style>
border-color css
<style>
span { border-color: #D8F66C; }
span { border-color: rgb(216,246,108); }
td.TdClassName
{
border-color: #D8F66C;
}
.TagClassName
{
border-color: #D8F66C;
}
</style>