Shades of Mindaro #D2E667
Tints of Mindaro #D2E667
RGB
CMYK
RGB Variations
Color information
#D2E667 (or 0xD2E667) is known color: Mindaro. HEX triplet: D2, E6 and 67. RGB value is (210,230,103). Sum of RGB (Red+Green+Blue) = 210+230+103=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 103 (40.62% from 255 or 18.97% from 543); Max value from RGB is 230 - color contains mainly: green. Hex color #D2E667 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E667 is #2D1998. Grayscale: #D2D2D2. Windows color (decimal): -2955673 or 6809298. OLE color: 6809298.
HSL color Cylindrical-coordinate representation of color #D2E667: hue angle of 69.45º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2E667 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 230 | 103 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.10 |
| HSL | 69.45º | 0.72% | 0.65% | - |
| HSV(B) | 69.45º | 0.55% | 0.9% | - |
| XYZ | 57.32 | 71.27 | 23.57 | - |
| YUV | 209.54 | 67.87 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 230 | 103 | 0.09 | 0 | 0.55 | 0.10 | 69.45 | 0.72 | 0.65 |
| Hex | D2 | E6 | 67 | 9 | 0 | 37 | A | 45 | 48 | 41 |
| Octal | 322 | 346 | 147 | 11 | 0 | 67 | 12 | 105 | 110 | 101 |
| Binary | 11010010 | 11100110 | 1100111 | 1001 | 0 | 110111 | 1010 | 1000101 | 1001000 | 1000001 |
Color Harmonies of #D2E667
Complementary color
Monochromatic Colors of #D2E667
Black with #D2E667
Text Example
Text Example
White with #D2E667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E667; }
p { color: rgb(210,230,103); }
H1.HeaderClassName
{
color: #D2E667;
}
.AnyTagClassName
{
color: #D2E667;
}
</style>
background-color css
<style>
a { background-color: #D2E667; }
a { background-color: rgb(210,230,103); }
div.DivClassName
{
background-color: #D2E667;
}
.BgClassName
{
background-color: #D2E667;
}
</style>
border-color css
<style>
span { border-color: #D2E667; }
span { border-color: rgb(210,230,103); }
td.TdClassName
{
border-color: #D2E667;
}
.TagClassName
{
border-color: #D2E667;
}
</style>