Shades of Mindaro #D5E665
Tints of Mindaro #D5E665
RGB
CMYK
RGB Variations
Color information
#D5E665 (or 0xD5E665) is known color: Mindaro. HEX triplet: D5, E6 and 65. RGB value is (213,230,101). Sum of RGB (Red+Green+Blue) = 213+230+101=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 101 (39.84% from 255 or 18.57% from 544); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E665 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E665 is #2A199A. Grayscale: #D2D2D2. Windows color (decimal): -2759067 or 6678229. OLE color: 6678229.
HSL color Cylindrical-coordinate representation of color #D5E665: hue angle of 67.91º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5E665 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 230 | 101 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.10 |
| HSL | 67.91º | 0.72% | 0.65% | - |
| HSV(B) | 67.91º | 0.56% | 0.9% | - |
| XYZ | 58.09 | 71.68 | 23.09 | - |
| YUV | 210.21 | 66.37 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 230 | 101 | 0.07 | 0 | 0.56 | 0.10 | 67.91 | 0.72 | 0.65 |
| Hex | D5 | E6 | 65 | 7 | 0 | 38 | A | 44 | 48 | 41 |
| Octal | 325 | 346 | 145 | 7 | 0 | 70 | 12 | 104 | 110 | 101 |
| Binary | 11010101 | 11100110 | 1100101 | 111 | 0 | 111000 | 1010 | 1000100 | 1001000 | 1000001 |
Color Harmonies of #D5E665
Complementary color
Monochromatic Colors of #D5E665
Black with #D5E665
Text Example
Text Example
White with #D5E665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E665; }
p { color: rgb(213,230,101); }
H1.HeaderClassName
{
color: #D5E665;
}
.AnyTagClassName
{
color: #D5E665;
}
</style>
background-color css
<style>
a { background-color: #D5E665; }
a { background-color: rgb(213,230,101); }
div.DivClassName
{
background-color: #D5E665;
}
.BgClassName
{
background-color: #D5E665;
}
</style>
border-color css
<style>
span { border-color: #D5E665; }
span { border-color: rgb(213,230,101); }
td.TdClassName
{
border-color: #D5E665;
}
.TagClassName
{
border-color: #D5E665;
}
</style>