Shades of Mindaro #D2EB68
Tints of Mindaro #D2EB68
RGB
CMYK
RGB Variations
Color information
#D2EB68 (or 0xD2EB68) is known color: Mindaro. HEX triplet: D2, EB and 68. RGB value is (210,235,104). Sum of RGB (Red+Green+Blue) = 210+235+104=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 104 (41.02% from 255 or 18.94% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EB68 is #2D1497. Grayscale: #D5D5D5. Windows color (decimal): -2954392 or 6876114. OLE color: 6876114.
HSL color Cylindrical-coordinate representation of color #D2EB68: hue angle of 71.45º 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 #D2EB68 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 104 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.08 |
| HSL | 71.45º | 0.77% | 0.66% | - |
| HSV(B) | 71.45º | 0.56% | 0.92% | - |
| XYZ | 58.79 | 74.12 | 24.3 | - |
| YUV | 212.59 | 66.72 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 104 | 0.11 | 0 | 0.56 | 0.08 | 71.45 | 0.77 | 0.66 |
| Hex | D2 | EB | 68 | B | 0 | 38 | 8 | 47 | 4D | 42 |
| Octal | 322 | 353 | 150 | 13 | 0 | 70 | 10 | 107 | 115 | 102 |
| Binary | 11010010 | 11101011 | 1101000 | 1011 | 0 | 111000 | 1000 | 1000111 | 1001101 | 1000010 |
Color Harmonies of #D2EB68
Complementary color
Monochromatic Colors of #D2EB68
Black with #D2EB68
Text Example
Text Example
White with #D2EB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EB68; }
p { color: rgb(210,235,104); }
H1.HeaderClassName
{
color: #D2EB68;
}
.AnyTagClassName
{
color: #D2EB68;
}
</style>
background-color css
<style>
a { background-color: #D2EB68; }
a { background-color: rgb(210,235,104); }
div.DivClassName
{
background-color: #D2EB68;
}
.BgClassName
{
background-color: #D2EB68;
}
</style>
border-color css
<style>
span { border-color: #D2EB68; }
span { border-color: rgb(210,235,104); }
td.TdClassName
{
border-color: #D2EB68;
}
.TagClassName
{
border-color: #D2EB68;
}
</style>