Shades of Mindaro #D3F377
Tints of Mindaro #D3F377
RGB
CMYK
RGB Variations
Color information
#D3F377 (or 0xD3F377) is known color: Mindaro. HEX triplet: D3, F3 and 77. RGB value is (211,243,119). Sum of RGB (Red+Green+Blue) = 211+243+119=573 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.82% from 573); Green value is 243 (95.31% from 255 or 42.41% from 573); Blue value is 119 (46.88% from 255 or 20.77% from 573); Max value from RGB is 243 - color contains mainly: green. Hex color #D3F377 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F377 is #2C0C88. Grayscale: #DBDBDB. Windows color (decimal): -2886793 or 7861203. OLE color: 7861203.
HSL color Cylindrical-coordinate representation of color #D3F377: hue angle of 75.48º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3F377 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 243 | 119 | - |
| CMYK | 0.13 | 0 | 0.51 | 0.05 |
| HSL | 75.48º | 0.84% | 0.71% | - |
| HSV(B) | 75.48º | 0.51% | 0.95% | - |
| XYZ | 62.24 | 79.28 | 29.48 | - |
| YUV | 219.3 | 71.4 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 243 | 119 | 0.13 | 0 | 0.51 | 0.05 | 75.48 | 0.84 | 0.71 |
| Hex | D3 | F3 | 77 | D | 0 | 33 | 5 | 4B | 54 | 47 |
| Octal | 323 | 363 | 167 | 15 | 0 | 63 | 5 | 113 | 124 | 107 |
| Binary | 11010011 | 11110011 | 1110111 | 1101 | 0 | 110011 | 101 | 1001011 | 1010100 | 1000111 |
Color Harmonies of #D3F377
Complementary color
Monochromatic Colors of #D3F377
Black with #D3F377
Text Example
Text Example
White with #D3F377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F377; }
p { color: rgb(211,243,119); }
H1.HeaderClassName
{
color: #D3F377;
}
.AnyTagClassName
{
color: #D3F377;
}
</style>
background-color css
<style>
a { background-color: #D3F377; }
a { background-color: rgb(211,243,119); }
div.DivClassName
{
background-color: #D3F377;
}
.BgClassName
{
background-color: #D3F377;
}
</style>
border-color css
<style>
span { border-color: #D3F377; }
span { border-color: rgb(211,243,119); }
td.TdClassName
{
border-color: #D3F377;
}
.TagClassName
{
border-color: #D3F377;
}
</style>