Shades of Mindaro #D0F055
Tints of Mindaro #D0F055
RGB
CMYK
RGB Variations
Color information
#D0F055 (or 0xD0F055) is known color: Mindaro. HEX triplet: D0, F0 and 55. RGB value is (208,240,85). Sum of RGB (Red+Green+Blue) = 208+240+85=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 85 (33.59% from 255 or 15.95% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F055 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F055 is #2F0FAA. Grayscale: #D5D5D5. Windows color (decimal): -3084203 or 5632208. OLE color: 5632208.
HSL color Cylindrical-coordinate representation of color #D0F055: hue angle of 72.39º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0F055 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 240 | 85 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.06 |
| HSL | 72.39º | 0.84% | 0.64% | - |
| HSV(B) | 72.39º | 0.65% | 0.94% | - |
| XYZ | 58.81 | 76.39 | 20.24 | - |
| YUV | 212.76 | 55.9 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 240 | 85 | 0.13 | 0 | 0.65 | 0.06 | 72.39 | 0.84 | 0.64 |
| Hex | D0 | F0 | 55 | D | 0 | 41 | 6 | 48 | 54 | 40 |
| Octal | 320 | 360 | 125 | 15 | 0 | 101 | 6 | 110 | 124 | 100 |
| Binary | 11010000 | 11110000 | 1010101 | 1101 | 0 | 1000001 | 110 | 1001000 | 1010100 | 1000000 |
Color Harmonies of #D0F055
Complementary color
Monochromatic Colors of #D0F055
Black with #D0F055
Text Example
Text Example
White with #D0F055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F055; }
p { color: rgb(208,240,85); }
H1.HeaderClassName
{
color: #D0F055;
}
.AnyTagClassName
{
color: #D0F055;
}
</style>
background-color css
<style>
a { background-color: #D0F055; }
a { background-color: rgb(208,240,85); }
div.DivClassName
{
background-color: #D0F055;
}
.BgClassName
{
background-color: #D0F055;
}
</style>
border-color css
<style>
span { border-color: #D0F055; }
span { border-color: rgb(208,240,85); }
td.TdClassName
{
border-color: #D0F055;
}
.TagClassName
{
border-color: #D0F055;
}
</style>