Shades of Mindaro #D3E062
Tints of Mindaro #D3E062
RGB
CMYK
RGB Variations
Color information
#D3E062 (or 0xD3E062) is known color: Mindaro. HEX triplet: D3, E0 and 62. RGB value is (211,224,98). Sum of RGB (Red+Green+Blue) = 211+224+98=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 98 (38.67% from 255 or 18.39% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E062 is #2C1F9D. Grayscale: #CECECE. Windows color (decimal): -2891678 or 6480083. OLE color: 6480083.
HSL color Cylindrical-coordinate representation of color #D3E062: hue angle of 66.19º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D3E062 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 224 | 98 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.12 |
| HSL | 66.19º | 0.67% | 0.63% | - |
| HSV(B) | 66.19º | 0.56% | 0.88% | - |
| XYZ | 55.72 | 68.04 | 21.75 | - |
| YUV | 205.75 | 67.19 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 224 | 98 | 0.06 | 0 | 0.56 | 0.12 | 66.19 | 0.67 | 0.63 |
| Hex | D3 | E0 | 62 | 6 | 0 | 38 | C | 42 | 43 | 3F |
| Octal | 323 | 340 | 142 | 6 | 0 | 70 | 14 | 102 | 103 | 77 |
| Binary | 11010011 | 11100000 | 1100010 | 110 | 0 | 111000 | 1100 | 1000010 | 1000011 | 111111 |
Color Harmonies of #D3E062
Complementary color
Monochromatic Colors of #D3E062
Black with #D3E062
Text Example
Text Example
White with #D3E062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E062; }
p { color: rgb(211,224,98); }
H1.HeaderClassName
{
color: #D3E062;
}
.AnyTagClassName
{
color: #D3E062;
}
</style>
background-color css
<style>
a { background-color: #D3E062; }
a { background-color: rgb(211,224,98); }
div.DivClassName
{
background-color: #D3E062;
}
.BgClassName
{
background-color: #D3E062;
}
</style>
border-color css
<style>
span { border-color: #D3E062; }
span { border-color: rgb(211,224,98); }
td.TdClassName
{
border-color: #D3E062;
}
.TagClassName
{
border-color: #D3E062;
}
</style>