Shades of Mindaro #D3F161
Tints of Mindaro #D3F161
RGB
CMYK
RGB Variations
Color information
#D3F161 (or 0xD3F161) is known color: Mindaro. HEX triplet: D3, F1 and 61. RGB value is (211,241,97). Sum of RGB (Red+Green+Blue) = 211+241+97=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 97 (38.28% from 255 or 17.67% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #D3F161 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F161 is #2C0E9E. Grayscale: #D8D8D8. Windows color (decimal): -2887327 or 6418899. OLE color: 6418899.
HSL color Cylindrical-coordinate representation of color #D3F161: hue angle of 72.5º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D3F161 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 241 | 97 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.05 |
| HSL | 72.5º | 0.84% | 0.66% | - |
| HSV(B) | 72.5º | 0.6% | 0.95% | - |
| XYZ | 60.48 | 77.62 | 23.1 | - |
| YUV | 215.61 | 61.06 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 241 | 97 | 0.12 | 0 | 0.60 | 0.05 | 72.5 | 0.84 | 0.66 |
| Hex | D3 | F1 | 61 | C | 0 | 3C | 5 | 48 | 54 | 42 |
| Octal | 323 | 361 | 141 | 14 | 0 | 74 | 5 | 110 | 124 | 102 |
| Binary | 11010011 | 11110001 | 1100001 | 1100 | 0 | 111100 | 101 | 1001000 | 1010100 | 1000010 |
Color Harmonies of #D3F161
Complementary color
Monochromatic Colors of #D3F161
Black with #D3F161
Text Example
Text Example
White with #D3F161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F161; }
p { color: rgb(211,241,97); }
H1.HeaderClassName
{
color: #D3F161;
}
.AnyTagClassName
{
color: #D3F161;
}
</style>
background-color css
<style>
a { background-color: #D3F161; }
a { background-color: rgb(211,241,97); }
div.DivClassName
{
background-color: #D3F161;
}
.BgClassName
{
background-color: #D3F161;
}
</style>
border-color css
<style>
span { border-color: #D3F161; }
span { border-color: rgb(211,241,97); }
td.TdClassName
{
border-color: #D3F161;
}
.TagClassName
{
border-color: #D3F161;
}
</style>