Shades of Mindaro #D0F159
Tints of Mindaro #D0F159
RGB
CMYK
RGB Variations
Color information
#D0F159 (or 0xD0F159) is known color: Mindaro. HEX triplet: D0, F1 and 59. RGB value is (208,241,89). Sum of RGB (Red+Green+Blue) = 208+241+89=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 89 (35.16% from 255 or 16.54% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F159 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F159 is #2F0EA6. Grayscale: #D6D6D6. Windows color (decimal): -3083943 or 5894608. OLE color: 5894608.
HSL color Cylindrical-coordinate representation of color #D0F159: hue angle of 73.03º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0F159 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 89 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.05 |
| HSL | 73.03º | 0.84% | 0.65% | - |
| HSV(B) | 73.03º | 0.63% | 0.95% | - |
| XYZ | 59.27 | 77.04 | 21.2 | - |
| YUV | 213.81 | 57.57 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 89 | 0.14 | 0 | 0.63 | 0.05 | 73.03 | 0.84 | 0.65 |
| Hex | D0 | F1 | 59 | E | 0 | 3F | 5 | 49 | 54 | 41 |
| Octal | 320 | 361 | 131 | 16 | 0 | 77 | 5 | 111 | 124 | 101 |
| Binary | 11010000 | 11110001 | 1011001 | 1110 | 0 | 111111 | 101 | 1001001 | 1010100 | 1000001 |
Color Harmonies of #D0F159
Complementary color
Monochromatic Colors of #D0F159
Black with #D0F159
Text Example
Text Example
White with #D0F159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F159; }
p { color: rgb(208,241,89); }
H1.HeaderClassName
{
color: #D0F159;
}
.AnyTagClassName
{
color: #D0F159;
}
</style>
background-color css
<style>
a { background-color: #D0F159; }
a { background-color: rgb(208,241,89); }
div.DivClassName
{
background-color: #D0F159;
}
.BgClassName
{
background-color: #D0F159;
}
</style>
border-color css
<style>
span { border-color: #D0F159; }
span { border-color: rgb(208,241,89); }
td.TdClassName
{
border-color: #D0F159;
}
.TagClassName
{
border-color: #D0F159;
}
</style>