Shades of Mindaro #D3E380
Tints of Mindaro #D3E380
RGB
CMYK
RGB Variations
Color information
#D3E380 (or 0xD3E380) is known color: Mindaro. HEX triplet: D3, E3 and 80. RGB value is (211,227,128). Sum of RGB (Red+Green+Blue) = 211+227+128=566 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.28% from 566); Green value is 227 (89.06% from 255 or 40.11% from 566); Blue value is 128 (50.39% from 255 or 22.61% from 566); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3E380 is #2C1C7F. Grayscale: #D3D3D3. Windows color (decimal): -2890880 or 8446931. OLE color: 8446931.
HSL color Cylindrical-coordinate representation of color #D3E380: hue angle of 69.7º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D3E380 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 227 | 128 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.11 |
| HSL | 69.7º | 0.64% | 0.7% | - |
| HSV(B) | 69.7º | 0.44% | 0.89% | - |
| XYZ | 58.23 | 70.35 | 30.93 | - |
| YUV | 210.93 | 81.2 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 227 | 128 | 0.07 | 0 | 0.44 | 0.11 | 69.7 | 0.64 | 0.7 |
| Hex | D3 | E3 | 80 | 7 | 0 | 2C | B | 46 | 40 | 46 |
| Octal | 323 | 343 | 200 | 7 | 0 | 54 | 13 | 106 | 100 | 106 |
| Binary | 11010011 | 11100011 | 10000000 | 111 | 0 | 101100 | 1011 | 1000110 | 1000000 | 1000110 |
Color Harmonies of #D3E380
Complementary color
Monochromatic Colors of #D3E380
Black with #D3E380
Text Example
Text Example
White with #D3E380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E380; }
p { color: rgb(211,227,128); }
H1.HeaderClassName
{
color: #D3E380;
}
.AnyTagClassName
{
color: #D3E380;
}
</style>
background-color css
<style>
a { background-color: #D3E380; }
a { background-color: rgb(211,227,128); }
div.DivClassName
{
background-color: #D3E380;
}
.BgClassName
{
background-color: #D3E380;
}
</style>
border-color css
<style>
span { border-color: #D3E380; }
span { border-color: rgb(211,227,128); }
td.TdClassName
{
border-color: #D3E380;
}
.TagClassName
{
border-color: #D3E380;
}
</style>