Shades of Mindaro #D3E956
Tints of Mindaro #D3E956
RGB
CMYK
RGB Variations
Color information
#D3E956 (or 0xD3E956) is known color: Mindaro. HEX triplet: D3, E9 and 56. RGB value is (211,233,86). Sum of RGB (Red+Green+Blue) = 211+233+86=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 86 (33.98% from 255 or 16.23% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #D3E956 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3E956 is #2C16A9. Grayscale: #D2D2D2. Windows color (decimal): -2889386 or 5695955. OLE color: 5695955.
HSL color Cylindrical-coordinate representation of color #D3E956: hue angle of 68.98º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D3E956 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 233 | 86 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.09 |
| HSL | 68.98º | 0.77% | 0.63% | - |
| HSV(B) | 68.98º | 0.63% | 0.91% | - |
| XYZ | 57.68 | 72.8 | 19.82 | - |
| YUV | 209.66 | 58.21 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 233 | 86 | 0.09 | 0 | 0.63 | 0.09 | 68.98 | 0.77 | 0.63 |
| Hex | D3 | E9 | 56 | 9 | 0 | 3F | 9 | 45 | 4D | 3F |
| Octal | 323 | 351 | 126 | 11 | 0 | 77 | 11 | 105 | 115 | 77 |
| Binary | 11010011 | 11101001 | 1010110 | 1001 | 0 | 111111 | 1001 | 1000101 | 1001101 | 111111 |
Color Harmonies of #D3E956
Complementary color
Monochromatic Colors of #D3E956
Black with #D3E956
Text Example
Text Example
White with #D3E956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E956; }
p { color: rgb(211,233,86); }
H1.HeaderClassName
{
color: #D3E956;
}
.AnyTagClassName
{
color: #D3E956;
}
</style>
background-color css
<style>
a { background-color: #D3E956; }
a { background-color: rgb(211,233,86); }
div.DivClassName
{
background-color: #D3E956;
}
.BgClassName
{
background-color: #D3E956;
}
</style>
border-color css
<style>
span { border-color: #D3E956; }
span { border-color: rgb(211,233,86); }
td.TdClassName
{
border-color: #D3E956;
}
.TagClassName
{
border-color: #D3E956;
}
</style>