Shades of Mindaro #D1F669
Tints of Mindaro #D1F669
RGB
CMYK
RGB Variations
Color information
#D1F669 (or 0xD1F669) is known color: Mindaro. HEX triplet: D1, F6 and 69. RGB value is (209,246,105). Sum of RGB (Red+Green+Blue) = 209+246+105=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 246 (96.48% from 255 or 43.93% from 560); Blue value is 105 (41.41% from 255 or 18.75% from 560); Max value from RGB is 246 - color contains mainly: green. Hex color #D1F669 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F669 is #2E0996. Grayscale: #DBDBDB. Windows color (decimal): -3017111 or 6944465. OLE color: 6944465.
HSL color Cylindrical-coordinate representation of color #D1F669: hue angle of 75.74º 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 #D1F669 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 246 | 105 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.04 |
| HSL | 75.74º | 0.89% | 0.69% | - |
| HSV(B) | 75.74º | 0.57% | 0.96% | - |
| XYZ | 61.8 | 80.49 | 25.64 | - |
| YUV | 218.86 | 63.74 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 246 | 105 | 0.15 | 0 | 0.57 | 0.04 | 75.74 | 0.89 | 0.69 |
| Hex | D1 | F6 | 69 | F | 0 | 39 | 4 | 4C | 59 | 45 |
| Octal | 321 | 366 | 151 | 17 | 0 | 71 | 4 | 114 | 131 | 105 |
| Binary | 11010001 | 11110110 | 1101001 | 1111 | 0 | 111001 | 100 | 1001100 | 1011001 | 1000101 |
Color Harmonies of #D1F669
Complementary color
Monochromatic Colors of #D1F669
Black with #D1F669
Text Example
Text Example
White with #D1F669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F669; }
p { color: rgb(209,246,105); }
H1.HeaderClassName
{
color: #D1F669;
}
.AnyTagClassName
{
color: #D1F669;
}
</style>
background-color css
<style>
a { background-color: #D1F669; }
a { background-color: rgb(209,246,105); }
div.DivClassName
{
background-color: #D1F669;
}
.BgClassName
{
background-color: #D1F669;
}
</style>
border-color css
<style>
span { border-color: #D1F669; }
span { border-color: rgb(209,246,105); }
td.TdClassName
{
border-color: #D1F669;
}
.TagClassName
{
border-color: #D1F669;
}
</style>