Shades of Mindaro #D0F155
Tints of Mindaro #D0F155
RGB
CMYK
RGB Variations
Color information
#D0F155 (or 0xD0F155) is known color: Mindaro. HEX triplet: D0, F1 and 55. RGB value is (208,241,85). Sum of RGB (Red+Green+Blue) = 208+241+85=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 85 (33.59% from 255 or 15.92% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F155 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F155 is #2F0EAA. Grayscale: #D5D5D5. Windows color (decimal): -3083947 or 5632464. OLE color: 5632464.
HSL color Cylindrical-coordinate representation of color #D0F155: hue angle of 72.69º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0F155 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 85 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.05 |
| HSL | 72.69º | 0.85% | 0.64% | - |
| HSV(B) | 72.69º | 0.65% | 0.95% | - |
| XYZ | 59.11 | 76.98 | 20.34 | - |
| YUV | 213.35 | 55.57 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 85 | 0.14 | 0 | 0.65 | 0.05 | 72.69 | 0.85 | 0.64 |
| Hex | D0 | F1 | 55 | E | 0 | 41 | 5 | 49 | 55 | 40 |
| Octal | 320 | 361 | 125 | 16 | 0 | 101 | 5 | 111 | 125 | 100 |
| Binary | 11010000 | 11110001 | 1010101 | 1110 | 0 | 1000001 | 101 | 1001001 | 1010101 | 1000000 |
Color Harmonies of #D0F155
Complementary color
Monochromatic Colors of #D0F155
Black with #D0F155
Text Example
Text Example
White with #D0F155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F155; }
p { color: rgb(208,241,85); }
H1.HeaderClassName
{
color: #D0F155;
}
.AnyTagClassName
{
color: #D0F155;
}
</style>
background-color css
<style>
a { background-color: #D0F155; }
a { background-color: rgb(208,241,85); }
div.DivClassName
{
background-color: #D0F155;
}
.BgClassName
{
background-color: #D0F155;
}
</style>
border-color css
<style>
span { border-color: #D0F155; }
span { border-color: rgb(208,241,85); }
td.TdClassName
{
border-color: #D0F155;
}
.TagClassName
{
border-color: #D0F155;
}
</style>