Shades of Mindaro #D8EE67
Tints of Mindaro #D8EE67
RGB
CMYK
RGB Variations
Color information
#D8EE67 (or 0xD8EE67) is known color: Mindaro. HEX triplet: D8, EE and 67. RGB value is (216,238,103). Sum of RGB (Red+Green+Blue) = 216+238+103=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 238 (93.36% from 255 or 42.73% from 557); Blue value is 103 (40.62% from 255 or 18.49% from 557); Max value from RGB is 238 - color contains mainly: green. Hex color #D8EE67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8EE67 is #271198. Grayscale: #D8D8D8. Windows color (decimal): -2560409 or 6811352. OLE color: 6811352.
HSL color Cylindrical-coordinate representation of color #D8EE67: hue angle of 69.78º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8EE67 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 238 | 103 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.07 |
| HSL | 69.78º | 0.8% | 0.67% | - |
| HSV(B) | 69.78º | 0.57% | 0.93% | - |
| XYZ | 61.34 | 76.73 | 24.41 | - |
| YUV | 216.03 | 64.21 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 238 | 103 | 0.09 | 0 | 0.57 | 0.07 | 69.78 | 0.8 | 0.67 |
| Hex | D8 | EE | 67 | 9 | 0 | 39 | 7 | 46 | 50 | 43 |
| Octal | 330 | 356 | 147 | 11 | 0 | 71 | 7 | 106 | 120 | 103 |
| Binary | 11011000 | 11101110 | 1100111 | 1001 | 0 | 111001 | 111 | 1000110 | 1010000 | 1000011 |
Color Harmonies of #D8EE67
Complementary color
Monochromatic Colors of #D8EE67
Black with #D8EE67
Text Example
Text Example
White with #D8EE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EE67; }
p { color: rgb(216,238,103); }
H1.HeaderClassName
{
color: #D8EE67;
}
.AnyTagClassName
{
color: #D8EE67;
}
</style>
background-color css
<style>
a { background-color: #D8EE67; }
a { background-color: rgb(216,238,103); }
div.DivClassName
{
background-color: #D8EE67;
}
.BgClassName
{
background-color: #D8EE67;
}
</style>
border-color css
<style>
span { border-color: #D8EE67; }
span { border-color: rgb(216,238,103); }
td.TdClassName
{
border-color: #D8EE67;
}
.TagClassName
{
border-color: #D8EE67;
}
</style>