Shades of Mindaro #D8F669
Tints of Mindaro #D8F669
RGB
CMYK
RGB Variations
Color information
#D8F669 (or 0xD8F669) is known color: Mindaro. HEX triplet: D8, F6 and 69. RGB value is (216,246,105). Sum of RGB (Red+Green+Blue) = 216+246+105=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 246 (96.48% from 255 or 43.39% from 567); Blue value is 105 (41.41% from 255 or 18.52% from 567); Max value from RGB is 246 - color contains mainly: green. Hex color #D8F669 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F669 is #270996. Grayscale: #DDDDDD. Windows color (decimal): -2558359 or 6944472. OLE color: 6944472.
HSL color Cylindrical-coordinate representation of color #D8F669: hue angle of 72.77º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8F669 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 246 | 105 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.04 |
| HSL | 72.77º | 0.89% | 0.69% | - |
| HSV(B) | 72.77º | 0.57% | 0.96% | - |
| XYZ | 63.82 | 81.53 | 25.74 | - |
| YUV | 220.96 | 62.56 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 246 | 105 | 0.12 | 0 | 0.57 | 0.04 | 72.77 | 0.89 | 0.69 |
| Hex | D8 | F6 | 69 | C | 0 | 39 | 4 | 49 | 59 | 45 |
| Octal | 330 | 366 | 151 | 14 | 0 | 71 | 4 | 111 | 131 | 105 |
| Binary | 11011000 | 11110110 | 1101001 | 1100 | 0 | 111001 | 100 | 1001001 | 1011001 | 1000101 |
Color Harmonies of #D8F669
Complementary color
Monochromatic Colors of #D8F669
Black with #D8F669
Text Example
Text Example
White with #D8F669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F669; }
p { color: rgb(216,246,105); }
H1.HeaderClassName
{
color: #D8F669;
}
.AnyTagClassName
{
color: #D8F669;
}
</style>
background-color css
<style>
a { background-color: #D8F669; }
a { background-color: rgb(216,246,105); }
div.DivClassName
{
background-color: #D8F669;
}
.BgClassName
{
background-color: #D8F669;
}
</style>
border-color css
<style>
span { border-color: #D8F669; }
span { border-color: rgb(216,246,105); }
td.TdClassName
{
border-color: #D8F669;
}
.TagClassName
{
border-color: #D8F669;
}
</style>