Shades of Mindaro #D3F072
Tints of Mindaro #D3F072
RGB
CMYK
RGB Variations
Color information
#D3F072 (or 0xD3F072) is known color: Mindaro. HEX triplet: D3, F0 and 72. RGB value is (211,240,114). Sum of RGB (Red+Green+Blue) = 211+240+114=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 114 (44.92% from 255 or 20.18% from 565); Max value from RGB is 240 - color contains mainly: green. Hex color #D3F072 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F072 is #2C0F8D. Grayscale: #D9D9D9. Windows color (decimal): -2887566 or 7532755. OLE color: 7532755.
HSL color Cylindrical-coordinate representation of color #D3F072: hue angle of 73.81º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D3F072 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 240 | 114 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.06 |
| HSL | 73.81º | 0.81% | 0.69% | - |
| HSV(B) | 73.81º | 0.53% | 0.94% | - |
| XYZ | 61.06 | 77.38 | 27.64 | - |
| YUV | 216.97 | 69.89 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 240 | 114 | 0.12 | 0 | 0.52 | 0.06 | 73.81 | 0.81 | 0.69 |
| Hex | D3 | F0 | 72 | C | 0 | 34 | 6 | 4A | 51 | 45 |
| Octal | 323 | 360 | 162 | 14 | 0 | 64 | 6 | 112 | 121 | 105 |
| Binary | 11010011 | 11110000 | 1110010 | 1100 | 0 | 110100 | 110 | 1001010 | 1010001 | 1000101 |
Color Harmonies of #D3F072
Complementary color
Monochromatic Colors of #D3F072
Black with #D3F072
Text Example
Text Example
White with #D3F072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F072; }
p { color: rgb(211,240,114); }
H1.HeaderClassName
{
color: #D3F072;
}
.AnyTagClassName
{
color: #D3F072;
}
</style>
background-color css
<style>
a { background-color: #D3F072; }
a { background-color: rgb(211,240,114); }
div.DivClassName
{
background-color: #D3F072;
}
.BgClassName
{
background-color: #D3F072;
}
</style>
border-color css
<style>
span { border-color: #D3F072; }
span { border-color: rgb(211,240,114); }
td.TdClassName
{
border-color: #D3F072;
}
.TagClassName
{
border-color: #D3F072;
}
</style>