Shades of Mindaro #D5E765
Tints of Mindaro #D5E765
RGB
CMYK
RGB Variations
Color information
#D5E765 (or 0xD5E765) is known color: Mindaro. HEX triplet: D5, E7 and 65. RGB value is (213,231,101). Sum of RGB (Red+Green+Blue) = 213+231+101=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 231 (90.62% from 255 or 42.39% from 545); Blue value is 101 (39.84% from 255 or 18.53% from 545); Max value from RGB is 231 - color contains mainly: green. Hex color #D5E765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E765 is #2A189A. Grayscale: #D3D3D3. Windows color (decimal): -2758811 or 6678485. OLE color: 6678485.
HSL color Cylindrical-coordinate representation of color #D5E765: hue angle of 68.31º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5E765 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 231 | 101 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.09 |
| HSL | 68.31º | 0.73% | 0.65% | - |
| HSV(B) | 68.31º | 0.56% | 0.91% | - |
| XYZ | 58.37 | 72.24 | 23.18 | - |
| YUV | 210.8 | 66.04 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 231 | 101 | 0.08 | 0 | 0.56 | 0.09 | 68.31 | 0.73 | 0.65 |
| Hex | D5 | E7 | 65 | 8 | 0 | 38 | 9 | 44 | 49 | 41 |
| Octal | 325 | 347 | 145 | 10 | 0 | 70 | 11 | 104 | 111 | 101 |
| Binary | 11010101 | 11100111 | 1100101 | 1000 | 0 | 111000 | 1001 | 1000100 | 1001001 | 1000001 |
Color Harmonies of #D5E765
Complementary color
Monochromatic Colors of #D5E765
Black with #D5E765
Text Example
Text Example
White with #D5E765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E765; }
p { color: rgb(213,231,101); }
H1.HeaderClassName
{
color: #D5E765;
}
.AnyTagClassName
{
color: #D5E765;
}
</style>
background-color css
<style>
a { background-color: #D5E765; }
a { background-color: rgb(213,231,101); }
div.DivClassName
{
background-color: #D5E765;
}
.BgClassName
{
background-color: #D5E765;
}
</style>
border-color css
<style>
span { border-color: #D5E765; }
span { border-color: rgb(213,231,101); }
td.TdClassName
{
border-color: #D5E765;
}
.TagClassName
{
border-color: #D5E765;
}
</style>