Shades of Mindaro #D2EB67
Tints of Mindaro #D2EB67
RGB
CMYK
RGB Variations
Color information
#D2EB67 (or 0xD2EB67) is known color: Mindaro. HEX triplet: D2, EB and 67. RGB value is (210,235,103). Sum of RGB (Red+Green+Blue) = 210+235+103=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 103 (40.62% from 255 or 18.80% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EB67 is #2D1498. Grayscale: #D4D4D4. Windows color (decimal): -2954393 or 6810578. OLE color: 6810578.
HSL color Cylindrical-coordinate representation of color #D2EB67: hue angle of 71.36º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2EB67 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 103 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.08 |
| HSL | 71.36º | 0.77% | 0.66% | - |
| HSV(B) | 71.36º | 0.56% | 0.92% | - |
| XYZ | 58.73 | 74.1 | 24.04 | - |
| YUV | 212.48 | 66.22 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 103 | 0.11 | 0 | 0.56 | 0.08 | 71.36 | 0.77 | 0.66 |
| Hex | D2 | EB | 67 | B | 0 | 38 | 8 | 47 | 4D | 42 |
| Octal | 322 | 353 | 147 | 13 | 0 | 70 | 10 | 107 | 115 | 102 |
| Binary | 11010010 | 11101011 | 1100111 | 1011 | 0 | 111000 | 1000 | 1000111 | 1001101 | 1000010 |
Color Harmonies of #D2EB67
Complementary color
Monochromatic Colors of #D2EB67
Black with #D2EB67
Text Example
Text Example
White with #D2EB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EB67; }
p { color: rgb(210,235,103); }
H1.HeaderClassName
{
color: #D2EB67;
}
.AnyTagClassName
{
color: #D2EB67;
}
</style>
background-color css
<style>
a { background-color: #D2EB67; }
a { background-color: rgb(210,235,103); }
div.DivClassName
{
background-color: #D2EB67;
}
.BgClassName
{
background-color: #D2EB67;
}
</style>
border-color css
<style>
span { border-color: #D2EB67; }
span { border-color: rgb(210,235,103); }
td.TdClassName
{
border-color: #D2EB67;
}
.TagClassName
{
border-color: #D2EB67;
}
</style>