Shades of Mindaro #D0F663
Tints of Mindaro #D0F663
RGB
CMYK
RGB Variations
Color information
#D0F663 (or 0xD0F663) is known color: Mindaro. HEX triplet: D0, F6 and 63. RGB value is (208,246,99). Sum of RGB (Red+Green+Blue) = 208+246+99=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 246 (96.48% from 255 or 44.48% from 553); Blue value is 99 (39.06% from 255 or 17.90% from 553); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F663 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F663 is #2F099C. Grayscale: #DADADA. Windows color (decimal): -3082653 or 6551248. OLE color: 6551248.
HSL color Cylindrical-coordinate representation of color #D0F663: hue angle of 75.51º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0F663 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 246 | 99 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.04 |
| HSL | 75.51º | 0.89% | 0.68% | - |
| HSV(B) | 75.51º | 0.6% | 0.96% | - |
| XYZ | 61.22 | 80.22 | 24.06 | - |
| YUV | 217.88 | 60.91 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 246 | 99 | 0.15 | 0 | 0.60 | 0.04 | 75.51 | 0.89 | 0.68 |
| Hex | D0 | F6 | 63 | F | 0 | 3C | 4 | 4C | 59 | 44 |
| Octal | 320 | 366 | 143 | 17 | 0 | 74 | 4 | 114 | 131 | 104 |
| Binary | 11010000 | 11110110 | 1100011 | 1111 | 0 | 111100 | 100 | 1001100 | 1011001 | 1000100 |
Color Harmonies of #D0F663
Complementary color
Monochromatic Colors of #D0F663
Black with #D0F663
Text Example
Text Example
White with #D0F663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F663; }
p { color: rgb(208,246,99); }
H1.HeaderClassName
{
color: #D0F663;
}
.AnyTagClassName
{
color: #D0F663;
}
</style>
background-color css
<style>
a { background-color: #D0F663; }
a { background-color: rgb(208,246,99); }
div.DivClassName
{
background-color: #D0F663;
}
.BgClassName
{
background-color: #D0F663;
}
</style>
border-color css
<style>
span { border-color: #D0F663; }
span { border-color: rgb(208,246,99); }
td.TdClassName
{
border-color: #D0F663;
}
.TagClassName
{
border-color: #D0F663;
}
</style>