Shades of Mindaro #D1F569
Tints of Mindaro #D1F569
RGB
CMYK
RGB Variations
Color information
#D1F569 (or 0xD1F569) is known color: Mindaro. HEX triplet: D1, F5 and 69. RGB value is (209,245,105). Sum of RGB (Red+Green+Blue) = 209+245+105=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 245 (96.09% from 255 or 43.83% from 559); Blue value is 105 (41.41% from 255 or 18.78% from 559); Max value from RGB is 245 - color contains mainly: green. Hex color #D1F569 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F569 is #2E0A96. Grayscale: #DADADA. Windows color (decimal): -3017367 or 6944209. OLE color: 6944209.
HSL color Cylindrical-coordinate representation of color #D1F569: hue angle of 75.43º degrees, saturation: 0.88, 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 #D1F569 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 245 | 105 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.04 |
| HSL | 75.43º | 0.88% | 0.69% | - |
| HSV(B) | 75.43º | 0.57% | 0.96% | - |
| XYZ | 61.5 | 79.88 | 25.54 | - |
| YUV | 218.28 | 64.07 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 245 | 105 | 0.15 | 0 | 0.57 | 0.04 | 75.43 | 0.88 | 0.69 |
| Hex | D1 | F5 | 69 | F | 0 | 39 | 4 | 4B | 58 | 45 |
| Octal | 321 | 365 | 151 | 17 | 0 | 71 | 4 | 113 | 130 | 105 |
| Binary | 11010001 | 11110101 | 1101001 | 1111 | 0 | 111001 | 100 | 1001011 | 1011000 | 1000101 |
Color Harmonies of #D1F569
Complementary color
Monochromatic Colors of #D1F569
Black with #D1F569
Text Example
Text Example
White with #D1F569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F569; }
p { color: rgb(209,245,105); }
H1.HeaderClassName
{
color: #D1F569;
}
.AnyTagClassName
{
color: #D1F569;
}
</style>
background-color css
<style>
a { background-color: #D1F569; }
a { background-color: rgb(209,245,105); }
div.DivClassName
{
background-color: #D1F569;
}
.BgClassName
{
background-color: #D1F569;
}
</style>
border-color css
<style>
span { border-color: #D1F569; }
span { border-color: rgb(209,245,105); }
td.TdClassName
{
border-color: #D1F569;
}
.TagClassName
{
border-color: #D1F569;
}
</style>