Shades of Mindaro #D6E67B
Tints of Mindaro #D6E67B
RGB
CMYK
RGB Variations
Color information
#D6E67B (or 0xD6E67B) is known color: Mindaro. HEX triplet: D6, E6 and 7B. RGB value is (214,230,123). Sum of RGB (Red+Green+Blue) = 214+230+123=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 123 (48.44% from 255 or 21.69% from 567); Max value from RGB is 230 - color contains mainly: green. Hex color #D6E67B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E67B is #291984. Grayscale: #D5D5D5. Windows color (decimal): -2693509 or 8120022. OLE color: 8120022.
HSL color Cylindrical-coordinate representation of color #D6E67B: hue angle of 68.97º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6E67B is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 230 | 123 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.10 |
| HSL | 68.97º | 0.68% | 0.69% | - |
| HSV(B) | 68.97º | 0.47% | 0.9% | - |
| XYZ | 59.6 | 72.32 | 29.56 | - |
| YUV | 213.02 | 77.2 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 230 | 123 | 0.07 | 0 | 0.47 | 0.10 | 68.97 | 0.68 | 0.69 |
| Hex | D6 | E6 | 7B | 7 | 0 | 2F | A | 45 | 44 | 45 |
| Octal | 326 | 346 | 173 | 7 | 0 | 57 | 12 | 105 | 104 | 105 |
| Binary | 11010110 | 11100110 | 1111011 | 111 | 0 | 101111 | 1010 | 1000101 | 1000100 | 1000101 |
Color Harmonies of #D6E67B
Complementary color
Monochromatic Colors of #D6E67B
Black with #D6E67B
Text Example
Text Example
White with #D6E67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E67B; }
p { color: rgb(214,230,123); }
H1.HeaderClassName
{
color: #D6E67B;
}
.AnyTagClassName
{
color: #D6E67B;
}
</style>
background-color css
<style>
a { background-color: #D6E67B; }
a { background-color: rgb(214,230,123); }
div.DivClassName
{
background-color: #D6E67B;
}
.BgClassName
{
background-color: #D6E67B;
}
</style>
border-color css
<style>
span { border-color: #D6E67B; }
span { border-color: rgb(214,230,123); }
td.TdClassName
{
border-color: #D6E67B;
}
.TagClassName
{
border-color: #D6E67B;
}
</style>