Shades of Mindaro #D0F270
Tints of Mindaro #D0F270
RGB
CMYK
RGB Variations
Color information
#D0F270 (or 0xD0F270) is known color: Mindaro. HEX triplet: D0, F2 and 70. RGB value is (208,242,112). Sum of RGB (Red+Green+Blue) = 208+242+112=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 112 (44.14% from 255 or 19.93% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F270 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F270 is #2F0D8F. Grayscale: #D9D9D9. Windows color (decimal): -3083664 or 7402192. OLE color: 7402192.
HSL color Cylindrical-coordinate representation of color #D0F270: hue angle of 75.69º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0F270 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 242 | 112 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.05 |
| HSL | 75.69º | 0.83% | 0.69% | - |
| HSV(B) | 75.69º | 0.54% | 0.95% | - |
| XYZ | 60.69 | 78.08 | 27.2 | - |
| YUV | 217.01 | 68.74 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 242 | 112 | 0.14 | 0 | 0.54 | 0.05 | 75.69 | 0.83 | 0.69 |
| Hex | D0 | F2 | 70 | E | 0 | 36 | 5 | 4C | 53 | 45 |
| Octal | 320 | 362 | 160 | 16 | 0 | 66 | 5 | 114 | 123 | 105 |
| Binary | 11010000 | 11110010 | 1110000 | 1110 | 0 | 110110 | 101 | 1001100 | 1010011 | 1000101 |
Color Harmonies of #D0F270
Complementary color
Monochromatic Colors of #D0F270
Black with #D0F270
Text Example
Text Example
White with #D0F270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F270; }
p { color: rgb(208,242,112); }
H1.HeaderClassName
{
color: #D0F270;
}
.AnyTagClassName
{
color: #D0F270;
}
</style>
background-color css
<style>
a { background-color: #D0F270; }
a { background-color: rgb(208,242,112); }
div.DivClassName
{
background-color: #D0F270;
}
.BgClassName
{
background-color: #D0F270;
}
</style>
border-color css
<style>
span { border-color: #D0F270; }
span { border-color: rgb(208,242,112); }
td.TdClassName
{
border-color: #D0F270;
}
.TagClassName
{
border-color: #D0F270;
}
</style>