Shades of Mindaro #D2EE6B
Tints of Mindaro #D2EE6B
RGB
CMYK
RGB Variations
Color information
#D2EE6B (or 0xD2EE6B) is known color: Mindaro. HEX triplet: D2, EE and 6B. RGB value is (210,238,107). Sum of RGB (Red+Green+Blue) = 210+238+107=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 107 (42.19% from 255 or 19.28% from 555); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EE6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EE6B is #2D1194. Grayscale: #D7D7D7. Windows color (decimal): -2953621 or 7073490. OLE color: 7073490.
HSL color Cylindrical-coordinate representation of color #D2EE6B: hue angle of 72.82º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2EE6B is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 238 | 107 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.07 |
| HSL | 72.82º | 0.79% | 0.68% | - |
| HSV(B) | 72.82º | 0.55% | 0.93% | - |
| XYZ | 59.81 | 75.91 | 25.41 | - |
| YUV | 214.69 | 67.22 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 238 | 107 | 0.12 | 0 | 0.55 | 0.07 | 72.82 | 0.79 | 0.68 |
| Hex | D2 | EE | 6B | C | 0 | 37 | 7 | 49 | 4F | 44 |
| Octal | 322 | 356 | 153 | 14 | 0 | 67 | 7 | 111 | 117 | 104 |
| Binary | 11010010 | 11101110 | 1101011 | 1100 | 0 | 110111 | 111 | 1001001 | 1001111 | 1000100 |
Color Harmonies of #D2EE6B
Complementary color
Monochromatic Colors of #D2EE6B
Black with #D2EE6B
Text Example
Text Example
White with #D2EE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EE6B; }
p { color: rgb(210,238,107); }
H1.HeaderClassName
{
color: #D2EE6B;
}
.AnyTagClassName
{
color: #D2EE6B;
}
</style>
background-color css
<style>
a { background-color: #D2EE6B; }
a { background-color: rgb(210,238,107); }
div.DivClassName
{
background-color: #D2EE6B;
}
.BgClassName
{
background-color: #D2EE6B;
}
</style>
border-color css
<style>
span { border-color: #D2EE6B; }
span { border-color: rgb(210,238,107); }
td.TdClassName
{
border-color: #D2EE6B;
}
.TagClassName
{
border-color: #D2EE6B;
}
</style>