Shades of Mindaro #D4E867
Tints of Mindaro #D4E867
RGB
CMYK
RGB Variations
Color information
#D4E867 (or 0xD4E867) is known color: Mindaro. HEX triplet: D4, E8 and 67. RGB value is (212,232,103). Sum of RGB (Red+Green+Blue) = 212+232+103=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 103 (40.62% from 255 or 18.83% from 547); Max value from RGB is 232 - color contains mainly: green. Hex color #D4E867 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4E867 is #2B1798. Grayscale: #D3D3D3. Windows color (decimal): -2824089 or 6809812. OLE color: 6809812.
HSL color Cylindrical-coordinate representation of color #D4E867: hue angle of 69.3º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D4E867 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 232 | 103 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.09 |
| HSL | 69.3º | 0.74% | 0.66% | - |
| HSV(B) | 69.3º | 0.56% | 0.91% | - |
| XYZ | 58.46 | 72.69 | 23.78 | - |
| YUV | 211.31 | 66.87 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 232 | 103 | 0.09 | 0 | 0.56 | 0.09 | 69.3 | 0.74 | 0.66 |
| Hex | D4 | E8 | 67 | 9 | 0 | 38 | 9 | 45 | 4A | 42 |
| Octal | 324 | 350 | 147 | 11 | 0 | 70 | 11 | 105 | 112 | 102 |
| Binary | 11010100 | 11101000 | 1100111 | 1001 | 0 | 111000 | 1001 | 1000101 | 1001010 | 1000010 |
Color Harmonies of #D4E867
Complementary color
Monochromatic Colors of #D4E867
Black with #D4E867
Text Example
Text Example
White with #D4E867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E867; }
p { color: rgb(212,232,103); }
H1.HeaderClassName
{
color: #D4E867;
}
.AnyTagClassName
{
color: #D4E867;
}
</style>
background-color css
<style>
a { background-color: #D4E867; }
a { background-color: rgb(212,232,103); }
div.DivClassName
{
background-color: #D4E867;
}
.BgClassName
{
background-color: #D4E867;
}
</style>
border-color css
<style>
span { border-color: #D4E867; }
span { border-color: rgb(212,232,103); }
td.TdClassName
{
border-color: #D4E867;
}
.TagClassName
{
border-color: #D4E867;
}
</style>