Shades of Mindaro #D5EF68
Tints of Mindaro #D5EF68
RGB
CMYK
RGB Variations
Color information
#D5EF68 (or 0xD5EF68) is known color: Mindaro. HEX triplet: D5, EF and 68. RGB value is (213,239,104). Sum of RGB (Red+Green+Blue) = 213+239+104=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 104 (41.02% from 255 or 18.71% from 556); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EF68 is #2A1097. Grayscale: #D8D8D8. Windows color (decimal): -2756760 or 6877141. OLE color: 6877141.
HSL color Cylindrical-coordinate representation of color #D5EF68: hue angle of 71.56º 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 #D5EF68 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 104 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.06 |
| HSL | 71.56º | 0.81% | 0.67% | - |
| HSV(B) | 71.56º | 0.56% | 0.94% | - |
| XYZ | 60.81 | 76.88 | 24.73 | - |
| YUV | 215.84 | 64.89 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 104 | 0.11 | 0 | 0.56 | 0.06 | 71.56 | 0.81 | 0.67 |
| Hex | D5 | EF | 68 | B | 0 | 38 | 6 | 48 | 51 | 43 |
| Octal | 325 | 357 | 150 | 13 | 0 | 70 | 6 | 110 | 121 | 103 |
| Binary | 11010101 | 11101111 | 1101000 | 1011 | 0 | 111000 | 110 | 1001000 | 1010001 | 1000011 |
Color Harmonies of #D5EF68
Complementary color
Monochromatic Colors of #D5EF68
Black with #D5EF68
Text Example
Text Example
White with #D5EF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EF68; }
p { color: rgb(213,239,104); }
H1.HeaderClassName
{
color: #D5EF68;
}
.AnyTagClassName
{
color: #D5EF68;
}
</style>
background-color css
<style>
a { background-color: #D5EF68; }
a { background-color: rgb(213,239,104); }
div.DivClassName
{
background-color: #D5EF68;
}
.BgClassName
{
background-color: #D5EF68;
}
</style>
border-color css
<style>
span { border-color: #D5EF68; }
span { border-color: rgb(213,239,104); }
td.TdClassName
{
border-color: #D5EF68;
}
.TagClassName
{
border-color: #D5EF68;
}
</style>