Shades of Mindaro #D5E467
Tints of Mindaro #D5E467
RGB
CMYK
RGB Variations
Color information
#D5E467 (or 0xD5E467) is known color: Mindaro. HEX triplet: D5, E4 and 67. RGB value is (213,228,103). Sum of RGB (Red+Green+Blue) = 213+228+103=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 228 (89.45% from 255 or 41.91% from 544); Blue value is 103 (40.62% from 255 or 18.93% from 544); Max value from RGB is 228 - color contains mainly: green. Hex color #D5E467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E467 is #2A1B98. Grayscale: #D1D1D1. Windows color (decimal): -2759577 or 6808789. OLE color: 6808789.
HSL color Cylindrical-coordinate representation of color #D5E467: hue angle of 67.2º degrees, saturation: 0.7, 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 #D5E467 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
RGB | 213 | 228 | 103 | - |
CMYK | 0.07 | 0 | 0.55 | 0.11 |
HSL | 67.2º | 0.7% | 0.65% | - |
HSV(B) | 67.2º | 0.55% | 0.89% | - |
XYZ | 57.63 | 70.61 | 23.42 | - |
YUV | 209.27 | 68.03 | 130.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 228 | 103 | 0.07 | 0 | 0.55 | 0.11 | 67.2 | 0.7 | 0.65 |
Hex | D5 | E4 | 67 | 7 | 0 | 37 | B | 43 | 46 | 41 |
Octal | 325 | 344 | 147 | 7 | 0 | 67 | 13 | 103 | 106 | 101 |
Binary | 11010101 | 11100100 | 1100111 | 111 | 0 | 110111 | 1011 | 1000011 | 1000110 | 1000001 |
Color Harmonies of #D5E467
Complementary color
Monochromatic Colors of #D5E467
Black with #D5E467
Text Example
Text Example
White with #D5E467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E467; }
p { color: rgb(213,228,103); }
H1.HeaderClassName
{
color: #D5E467;
}
.AnyTagClassName
{
color: #D5E467;
}
</style>
background-color css
<style>
a { background-color: #D5E467; }
a { background-color: rgb(213,228,103); }
div.DivClassName
{
background-color: #D5E467;
}
.BgClassName
{
background-color: #D5E467;
}
</style>
border-color css
<style>
span { border-color: #D5E467; }
span { border-color: rgb(213,228,103); }
td.TdClassName
{
border-color: #D5E467;
}
.TagClassName
{
border-color: #D5E467;
}
</style>