Shades of Mindaro #D2EF68
Tints of Mindaro #D2EF68
RGB
CMYK
RGB Variations
Color information
#D2EF68 (or 0xD2EF68) is known color: Mindaro. HEX triplet: D2, EF and 68. RGB value is (210,239,104). Sum of RGB (Red+Green+Blue) = 210+239+104=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 104 (41.02% from 255 or 18.81% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EF68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EF68 is #2D1097. Grayscale: #D7D7D7. Windows color (decimal): -2953368 or 6877138. OLE color: 6877138.
HSL color Cylindrical-coordinate representation of color #D2EF68: hue angle of 72.89º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2EF68 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 104 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.06 |
| HSL | 72.89º | 0.81% | 0.67% | - |
| HSV(B) | 72.89º | 0.56% | 0.94% | - |
| XYZ | 59.94 | 76.43 | 24.69 | - |
| YUV | 214.94 | 65.39 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 104 | 0.12 | 0 | 0.56 | 0.06 | 72.89 | 0.81 | 0.67 |
| Hex | D2 | EF | 68 | C | 0 | 38 | 6 | 49 | 51 | 43 |
| Octal | 322 | 357 | 150 | 14 | 0 | 70 | 6 | 111 | 121 | 103 |
| Binary | 11010010 | 11101111 | 1101000 | 1100 | 0 | 111000 | 110 | 1001001 | 1010001 | 1000011 |
Color Harmonies of #D2EF68
Complementary color
Monochromatic Colors of #D2EF68
Black with #D2EF68
Text Example
Text Example
White with #D2EF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EF68; }
p { color: rgb(210,239,104); }
H1.HeaderClassName
{
color: #D2EF68;
}
.AnyTagClassName
{
color: #D2EF68;
}
</style>
background-color css
<style>
a { background-color: #D2EF68; }
a { background-color: rgb(210,239,104); }
div.DivClassName
{
background-color: #D2EF68;
}
.BgClassName
{
background-color: #D2EF68;
}
</style>
border-color css
<style>
span { border-color: #D2EF68; }
span { border-color: rgb(210,239,104); }
td.TdClassName
{
border-color: #D2EF68;
}
.TagClassName
{
border-color: #D2EF68;
}
</style>