Shades of Mindaro #D0F553
Tints of Mindaro #D0F553
RGB
CMYK
RGB Variations
Color information
#D0F553 (or 0xD0F553) is known color: Mindaro. HEX triplet: D0, F5 and 53. RGB value is (208,245,83). Sum of RGB (Red+Green+Blue) = 208+245+83=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 245 (96.09% from 255 or 45.71% from 536); Blue value is 83 (32.81% from 255 or 15.49% from 536); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F553 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F553 is #2F0AAC. Grayscale: #D8D8D8. Windows color (decimal): -3082925 or 5502416. OLE color: 5502416.
HSL color Cylindrical-coordinate representation of color #D0F553: hue angle of 73.7º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0F553 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 245 | 83 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.04 |
| HSL | 73.7º | 0.89% | 0.64% | - |
| HSV(B) | 73.7º | 0.66% | 0.96% | - |
| XYZ | 60.23 | 79.34 | 20.32 | - |
| YUV | 215.47 | 53.24 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 245 | 83 | 0.15 | 0 | 0.66 | 0.04 | 73.7 | 0.89 | 0.64 |
| Hex | D0 | F5 | 53 | F | 0 | 42 | 4 | 4A | 59 | 40 |
| Octal | 320 | 365 | 123 | 17 | 0 | 102 | 4 | 112 | 131 | 100 |
| Binary | 11010000 | 11110101 | 1010011 | 1111 | 0 | 1000010 | 100 | 1001010 | 1011001 | 1000000 |
Color Harmonies of #D0F553
Complementary color
Monochromatic Colors of #D0F553
Black with #D0F553
Text Example
Text Example
White with #D0F553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F553; }
p { color: rgb(208,245,83); }
H1.HeaderClassName
{
color: #D0F553;
}
.AnyTagClassName
{
color: #D0F553;
}
</style>
background-color css
<style>
a { background-color: #D0F553; }
a { background-color: rgb(208,245,83); }
div.DivClassName
{
background-color: #D0F553;
}
.BgClassName
{
background-color: #D0F553;
}
</style>
border-color css
<style>
span { border-color: #D0F553; }
span { border-color: rgb(208,245,83); }
td.TdClassName
{
border-color: #D0F553;
}
.TagClassName
{
border-color: #D0F553;
}
</style>