Shades of Mindaro #D2EF6C
Tints of Mindaro #D2EF6C
RGB
CMYK
RGB Variations
Color information
#D2EF6C (or 0xD2EF6C) is known color: Mindaro. HEX triplet: D2, EF and 6C. RGB value is (210,239,108). Sum of RGB (Red+Green+Blue) = 210+239+108=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 108 (42.58% from 255 or 19.39% from 557); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EF6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EF6C is #2D1093. Grayscale: #D7D7D7. Windows color (decimal): -2953364 or 7139282. OLE color: 7139282.
HSL color Cylindrical-coordinate representation of color #D2EF6C: hue angle of 73.28º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2EF6C is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 108 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.06 |
| HSL | 73.28º | 0.8% | 0.68% | - |
| HSV(B) | 73.28º | 0.55% | 0.94% | - |
| XYZ | 60.15 | 76.52 | 25.79 | - |
| YUV | 215.4 | 67.39 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 108 | 0.12 | 0 | 0.55 | 0.06 | 73.28 | 0.8 | 0.68 |
| Hex | D2 | EF | 6C | C | 0 | 37 | 6 | 49 | 50 | 44 |
| Octal | 322 | 357 | 154 | 14 | 0 | 67 | 6 | 111 | 120 | 104 |
| Binary | 11010010 | 11101111 | 1101100 | 1100 | 0 | 110111 | 110 | 1001001 | 1010000 | 1000100 |
Color Harmonies of #D2EF6C
Complementary color
Monochromatic Colors of #D2EF6C
Black with #D2EF6C
Text Example
Text Example
White with #D2EF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EF6C; }
p { color: rgb(210,239,108); }
H1.HeaderClassName
{
color: #D2EF6C;
}
.AnyTagClassName
{
color: #D2EF6C;
}
</style>
background-color css
<style>
a { background-color: #D2EF6C; }
a { background-color: rgb(210,239,108); }
div.DivClassName
{
background-color: #D2EF6C;
}
.BgClassName
{
background-color: #D2EF6C;
}
</style>
border-color css
<style>
span { border-color: #D2EF6C; }
span { border-color: rgb(210,239,108); }
td.TdClassName
{
border-color: #D2EF6C;
}
.TagClassName
{
border-color: #D2EF6C;
}
</style>