Shades of Mindaro #D0F552
Tints of Mindaro #D0F552
RGB
CMYK
RGB Variations
Color information
#D0F552 (or 0xD0F552) is known color: Mindaro. HEX triplet: D0, F5 and 52. RGB value is (208,245,82). Sum of RGB (Red+Green+Blue) = 208+245+82=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 245 (96.09% from 255 or 45.79% from 535); Blue value is 82 (32.42% from 255 or 15.33% from 535); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F552 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F552 is #2F0AAD. Grayscale: #D7D7D7. Windows color (decimal): -3082926 or 5436880. OLE color: 5436880.
HSL color Cylindrical-coordinate representation of color #D0F552: hue angle of 73.62º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0F552 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 245 | 82 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.04 |
| HSL | 73.62º | 0.89% | 0.64% | - |
| HSV(B) | 73.62º | 0.67% | 0.96% | - |
| XYZ | 60.19 | 79.32 | 20.12 | - |
| YUV | 215.36 | 52.74 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 245 | 82 | 0.15 | 0 | 0.67 | 0.04 | 73.62 | 0.89 | 0.64 |
| Hex | D0 | F5 | 52 | F | 0 | 43 | 4 | 4A | 59 | 40 |
| Octal | 320 | 365 | 122 | 17 | 0 | 103 | 4 | 112 | 131 | 100 |
| Binary | 11010000 | 11110101 | 1010010 | 1111 | 0 | 1000011 | 100 | 1001010 | 1011001 | 1000000 |
Color Harmonies of #D0F552
Complementary color
Monochromatic Colors of #D0F552
Black with #D0F552
Text Example
Text Example
White with #D0F552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F552; }
p { color: rgb(208,245,82); }
H1.HeaderClassName
{
color: #D0F552;
}
.AnyTagClassName
{
color: #D0F552;
}
</style>
background-color css
<style>
a { background-color: #D0F552; }
a { background-color: rgb(208,245,82); }
div.DivClassName
{
background-color: #D0F552;
}
.BgClassName
{
background-color: #D0F552;
}
</style>
border-color css
<style>
span { border-color: #D0F552; }
span { border-color: rgb(208,245,82); }
td.TdClassName
{
border-color: #D0F552;
}
.TagClassName
{
border-color: #D0F552;
}
</style>