Shades of Mindaro #D1F069
Tints of Mindaro #D1F069
RGB
CMYK
RGB Variations
Color information
#D1F069 (or 0xD1F069) is known color: Mindaro. HEX triplet: D1, F0 and 69. RGB value is (209,240,105). Sum of RGB (Red+Green+Blue) = 209+240+105=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 105 (41.41% from 255 or 18.95% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #D1F069 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F069 is #2E0F96. Grayscale: #D7D7D7. Windows color (decimal): -3018647 or 6942929. OLE color: 6942929.
HSL color Cylindrical-coordinate representation of color #D1F069: hue angle of 73.78º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1F069 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 240 | 105 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.06 |
| HSL | 73.78º | 0.82% | 0.68% | - |
| HSV(B) | 73.78º | 0.56% | 0.94% | - |
| XYZ | 60 | 76.9 | 25.04 | - |
| YUV | 215.34 | 65.73 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 240 | 105 | 0.13 | 0 | 0.56 | 0.06 | 73.78 | 0.82 | 0.68 |
| Hex | D1 | F0 | 69 | D | 0 | 38 | 6 | 4A | 52 | 44 |
| Octal | 321 | 360 | 151 | 15 | 0 | 70 | 6 | 112 | 122 | 104 |
| Binary | 11010001 | 11110000 | 1101001 | 1101 | 0 | 111000 | 110 | 1001010 | 1010010 | 1000100 |
Color Harmonies of #D1F069
Complementary color
Monochromatic Colors of #D1F069
Black with #D1F069
Text Example
Text Example
White with #D1F069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F069; }
p { color: rgb(209,240,105); }
H1.HeaderClassName
{
color: #D1F069;
}
.AnyTagClassName
{
color: #D1F069;
}
</style>
background-color css
<style>
a { background-color: #D1F069; }
a { background-color: rgb(209,240,105); }
div.DivClassName
{
background-color: #D1F069;
}
.BgClassName
{
background-color: #D1F069;
}
</style>
border-color css
<style>
span { border-color: #D1F069; }
span { border-color: rgb(209,240,105); }
td.TdClassName
{
border-color: #D1F069;
}
.TagClassName
{
border-color: #D1F069;
}
</style>