Shades of Mindaro #D3EB57
Tints of Mindaro #D3EB57
RGB
CMYK
RGB Variations
Color information
#D3EB57 (or 0xD3EB57) is known color: Mindaro. HEX triplet: D3, EB and 57. RGB value is (211,235,87). Sum of RGB (Red+Green+Blue) = 211+235+87=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 87 (34.38% from 255 or 16.32% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EB57 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EB57 is #2C14A8. Grayscale: #D3D3D3. Windows color (decimal): -2888873 or 5762003. OLE color: 5762003.
HSL color Cylindrical-coordinate representation of color #D3EB57: hue angle of 69.73º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D3EB57 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 235 | 87 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.08 |
| HSL | 69.73º | 0.79% | 0.63% | - |
| HSV(B) | 69.73º | 0.63% | 0.92% | - |
| XYZ | 58.29 | 73.95 | 20.22 | - |
| YUV | 210.95 | 58.05 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 87 | 0.10 | 0 | 0.63 | 0.08 | 69.73 | 0.79 | 0.63 |
| Hex | D3 | EB | 57 | A | 0 | 3F | 8 | 46 | 4F | 3F |
| Octal | 323 | 353 | 127 | 12 | 0 | 77 | 10 | 106 | 117 | 77 |
| Binary | 11010011 | 11101011 | 1010111 | 1010 | 0 | 111111 | 1000 | 1000110 | 1001111 | 111111 |
Color Harmonies of #D3EB57
Complementary color
Monochromatic Colors of #D3EB57
Black with #D3EB57
Text Example
Text Example
White with #D3EB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EB57; }
p { color: rgb(211,235,87); }
H1.HeaderClassName
{
color: #D3EB57;
}
.AnyTagClassName
{
color: #D3EB57;
}
</style>
background-color css
<style>
a { background-color: #D3EB57; }
a { background-color: rgb(211,235,87); }
div.DivClassName
{
background-color: #D3EB57;
}
.BgClassName
{
background-color: #D3EB57;
}
</style>
border-color css
<style>
span { border-color: #D3EB57; }
span { border-color: rgb(211,235,87); }
td.TdClassName
{
border-color: #D3EB57;
}
.TagClassName
{
border-color: #D3EB57;
}
</style>