Shades of Mindaro #D0F069
Tints of Mindaro #D0F069
RGB
CMYK
RGB Variations
Color information
#D0F069 (or 0xD0F069) is known color: Mindaro. HEX triplet: D0, F0 and 69. RGB value is (208,240,105). Sum of RGB (Red+Green+Blue) = 208+240+105=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 105 (41.41% from 255 or 18.99% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F069 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F069 is #2F0F96. Grayscale: #D7D7D7. Windows color (decimal): -3084183 or 6942928. OLE color: 6942928.
HSL color Cylindrical-coordinate representation of color #D0F069: hue angle of 74.22º 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 #D0F069 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 240 | 105 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.06 |
| HSL | 74.22º | 0.82% | 0.68% | - |
| HSV(B) | 74.22º | 0.56% | 0.94% | - |
| XYZ | 59.72 | 76.75 | 25.03 | - |
| YUV | 215.04 | 65.9 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 240 | 105 | 0.13 | 0 | 0.56 | 0.06 | 74.22 | 0.82 | 0.68 |
| Hex | D0 | F0 | 69 | D | 0 | 38 | 6 | 4A | 52 | 44 |
| Octal | 320 | 360 | 151 | 15 | 0 | 70 | 6 | 112 | 122 | 104 |
| Binary | 11010000 | 11110000 | 1101001 | 1101 | 0 | 111000 | 110 | 1001010 | 1010010 | 1000100 |
Color Harmonies of #D0F069
Complementary color
Monochromatic Colors of #D0F069
Black with #D0F069
Text Example
Text Example
White with #D0F069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F069; }
p { color: rgb(208,240,105); }
H1.HeaderClassName
{
color: #D0F069;
}
.AnyTagClassName
{
color: #D0F069;
}
</style>
background-color css
<style>
a { background-color: #D0F069; }
a { background-color: rgb(208,240,105); }
div.DivClassName
{
background-color: #D0F069;
}
.BgClassName
{
background-color: #D0F069;
}
</style>
border-color css
<style>
span { border-color: #D0F069; }
span { border-color: rgb(208,240,105); }
td.TdClassName
{
border-color: #D0F069;
}
.TagClassName
{
border-color: #D0F069;
}
</style>