Shades of Mindaro #D0F45A
Tints of Mindaro #D0F45A
RGB
CMYK
RGB Variations
Color information
#D0F45A (or 0xD0F45A) is known color: Mindaro. HEX triplet: D0, F4 and 5A. RGB value is (208,244,90). Sum of RGB (Red+Green+Blue) = 208+244+90=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 244 (95.70% from 255 or 45.02% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F45A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F45A is #2F0BA5. Grayscale: #D8D8D8. Windows color (decimal): -3083174 or 5960912. OLE color: 5960912.
HSL color Cylindrical-coordinate representation of color #D0F45A: hue angle of 74.03º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0F45A is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 244 | 90 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.04 |
| HSL | 74.03º | 0.88% | 0.65% | - |
| HSV(B) | 74.03º | 0.63% | 0.96% | - |
| XYZ | 60.21 | 78.85 | 21.72 | - |
| YUV | 215.68 | 57.07 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 244 | 90 | 0.15 | 0 | 0.63 | 0.04 | 74.03 | 0.88 | 0.65 |
| Hex | D0 | F4 | 5A | F | 0 | 3F | 4 | 4A | 58 | 41 |
| Octal | 320 | 364 | 132 | 17 | 0 | 77 | 4 | 112 | 130 | 101 |
| Binary | 11010000 | 11110100 | 1011010 | 1111 | 0 | 111111 | 100 | 1001010 | 1011000 | 1000001 |
Color Harmonies of #D0F45A
Complementary color
Monochromatic Colors of #D0F45A
Black with #D0F45A
Text Example
Text Example
White with #D0F45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F45A; }
p { color: rgb(208,244,90); }
H1.HeaderClassName
{
color: #D0F45A;
}
.AnyTagClassName
{
color: #D0F45A;
}
</style>
background-color css
<style>
a { background-color: #D0F45A; }
a { background-color: rgb(208,244,90); }
div.DivClassName
{
background-color: #D0F45A;
}
.BgClassName
{
background-color: #D0F45A;
}
</style>
border-color css
<style>
span { border-color: #D0F45A; }
span { border-color: rgb(208,244,90); }
td.TdClassName
{
border-color: #D0F45A;
}
.TagClassName
{
border-color: #D0F45A;
}
</style>