Shades of Mindaro #D3F370
Tints of Mindaro #D3F370
RGB
CMYK
RGB Variations
Color information
#D3F370 (or 0xD3F370) is known color: Mindaro. HEX triplet: D3, F3 and 70. RGB value is (211,243,112). Sum of RGB (Red+Green+Blue) = 211+243+112=566 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.28% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 112 (44.14% from 255 or 19.79% from 566); Max value from RGB is 243 - color contains mainly: green. Hex color #D3F370 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F370 is #2C0C8F. Grayscale: #DADADA. Windows color (decimal): -2886800 or 7402451. OLE color: 7402451.
HSL color Cylindrical-coordinate representation of color #D3F370: hue angle of 74.66º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D3F370 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 243 | 112 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.05 |
| HSL | 74.66º | 0.85% | 0.7% | - |
| HSV(B) | 74.66º | 0.54% | 0.95% | - |
| XYZ | 61.84 | 79.12 | 27.34 | - |
| YUV | 218.5 | 67.9 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 243 | 112 | 0.13 | 0 | 0.54 | 0.05 | 74.66 | 0.85 | 0.7 |
| Hex | D3 | F3 | 70 | D | 0 | 36 | 5 | 4B | 55 | 46 |
| Octal | 323 | 363 | 160 | 15 | 0 | 66 | 5 | 113 | 125 | 106 |
| Binary | 11010011 | 11110011 | 1110000 | 1101 | 0 | 110110 | 101 | 1001011 | 1010101 | 1000110 |
Color Harmonies of #D3F370
Complementary color
Monochromatic Colors of #D3F370
Black with #D3F370
Text Example
Text Example
White with #D3F370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F370; }
p { color: rgb(211,243,112); }
H1.HeaderClassName
{
color: #D3F370;
}
.AnyTagClassName
{
color: #D3F370;
}
</style>
background-color css
<style>
a { background-color: #D3F370; }
a { background-color: rgb(211,243,112); }
div.DivClassName
{
background-color: #D3F370;
}
.BgClassName
{
background-color: #D3F370;
}
</style>
border-color css
<style>
span { border-color: #D3F370; }
span { border-color: rgb(211,243,112); }
td.TdClassName
{
border-color: #D3F370;
}
.TagClassName
{
border-color: #D3F370;
}
</style>