Shades of Mindaro #D8E367
Tints of Mindaro #D8E367
RGB
CMYK
RGB Variations
Color information
#D8E367 (or 0xD8E367) is known color: Mindaro. HEX triplet: D8, E3 and 67. RGB value is (216,227,103). Sum of RGB (Red+Green+Blue) = 216+227+103=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 103 (40.62% from 255 or 18.86% from 546); Max value from RGB is 227 - color contains mainly: green. Hex color #D8E367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8E367 is #271C98. Grayscale: #D2D2D2. Windows color (decimal): -2563225 or 6808536. OLE color: 6808536.
HSL color Cylindrical-coordinate representation of color #D8E367: hue angle of 65.32º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8E367 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 227 | 103 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.11 |
| HSL | 65.32º | 0.69% | 0.65% | - |
| HSV(B) | 65.32º | 0.55% | 0.89% | - |
| XYZ | 58.24 | 70.52 | 23.37 | - |
| YUV | 209.58 | 67.86 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 227 | 103 | 0.05 | 0 | 0.55 | 0.11 | 65.32 | 0.69 | 0.65 |
| Hex | D8 | E3 | 67 | 5 | 0 | 37 | B | 41 | 45 | 41 |
| Octal | 330 | 343 | 147 | 5 | 0 | 67 | 13 | 101 | 105 | 101 |
| Binary | 11011000 | 11100011 | 1100111 | 101 | 0 | 110111 | 1011 | 1000001 | 1000101 | 1000001 |
Color Harmonies of #D8E367
Complementary color
Monochromatic Colors of #D8E367
Black with #D8E367
Text Example
Text Example
White with #D8E367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E367; }
p { color: rgb(216,227,103); }
H1.HeaderClassName
{
color: #D8E367;
}
.AnyTagClassName
{
color: #D8E367;
}
</style>
background-color css
<style>
a { background-color: #D8E367; }
a { background-color: rgb(216,227,103); }
div.DivClassName
{
background-color: #D8E367;
}
.BgClassName
{
background-color: #D8E367;
}
</style>
border-color css
<style>
span { border-color: #D8E367; }
span { border-color: rgb(216,227,103); }
td.TdClassName
{
border-color: #D8E367;
}
.TagClassName
{
border-color: #D8E367;
}
</style>