Shades of Mindaro #D2E265
Tints of Mindaro #D2E265
RGB
CMYK
RGB Variations
Color information
#D2E265 (or 0xD2E265) is known color: Mindaro. HEX triplet: D2, E2 and 65. RGB value is (210,226,101). Sum of RGB (Red+Green+Blue) = 210+226+101=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 226 (88.67% from 255 or 42.09% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E265 is #2D1D9A. Grayscale: #CFCFCF. Windows color (decimal): -2956699 or 6677202. OLE color: 6677202.
HSL color Cylindrical-coordinate representation of color #D2E265: hue angle of 67.68º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2E265 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 226 | 101 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.11 |
| HSL | 67.68º | 0.68% | 0.64% | - |
| HSV(B) | 67.68º | 0.55% | 0.89% | - |
| XYZ | 56.12 | 69.03 | 22.68 | - |
| YUV | 206.97 | 68.2 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 226 | 101 | 0.07 | 0 | 0.55 | 0.11 | 67.68 | 0.68 | 0.64 |
| Hex | D2 | E2 | 65 | 7 | 0 | 37 | B | 44 | 44 | 40 |
| Octal | 322 | 342 | 145 | 7 | 0 | 67 | 13 | 104 | 104 | 100 |
| Binary | 11010010 | 11100010 | 1100101 | 111 | 0 | 110111 | 1011 | 1000100 | 1000100 | 1000000 |
Color Harmonies of #D2E265
Complementary color
Monochromatic Colors of #D2E265
Black with #D2E265
Text Example
Text Example
White with #D2E265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E265; }
p { color: rgb(210,226,101); }
H1.HeaderClassName
{
color: #D2E265;
}
.AnyTagClassName
{
color: #D2E265;
}
</style>
background-color css
<style>
a { background-color: #D2E265; }
a { background-color: rgb(210,226,101); }
div.DivClassName
{
background-color: #D2E265;
}
.BgClassName
{
background-color: #D2E265;
}
</style>
border-color css
<style>
span { border-color: #D2E265; }
span { border-color: rgb(210,226,101); }
td.TdClassName
{
border-color: #D2E265;
}
.TagClassName
{
border-color: #D2E265;
}
</style>