Shades of Mindaro #D5E65C
Tints of Mindaro #D5E65C
RGB
CMYK
RGB Variations
Color information
#D5E65C (or 0xD5E65C) is known color: Mindaro. HEX triplet: D5, E6 and 5C. RGB value is (213,230,92). Sum of RGB (Red+Green+Blue) = 213+230+92=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 92 (36.33% from 255 or 17.20% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #D5E65C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E65C is #2A19A3. Grayscale: #D1D1D1. Windows color (decimal): -2759076 or 6088405. OLE color: 6088405.
HSL color Cylindrical-coordinate representation of color #D5E65C: hue angle of 67.39º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5E65C is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 230 | 92 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.10 |
| HSL | 67.39º | 0.73% | 0.63% | - |
| HSV(B) | 67.39º | 0.6% | 0.9% | - |
| XYZ | 57.67 | 71.51 | 20.89 | - |
| YUV | 209.19 | 61.87 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 230 | 92 | 0.07 | 0 | 0.60 | 0.10 | 67.39 | 0.73 | 0.63 |
| Hex | D5 | E6 | 5C | 7 | 0 | 3C | A | 43 | 49 | 3F |
| Octal | 325 | 346 | 134 | 7 | 0 | 74 | 12 | 103 | 111 | 77 |
| Binary | 11010101 | 11100110 | 1011100 | 111 | 0 | 111100 | 1010 | 1000011 | 1001001 | 111111 |
Color Harmonies of #D5E65C
Complementary color
Monochromatic Colors of #D5E65C
Black with #D5E65C
Text Example
Text Example
White with #D5E65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E65C; }
p { color: rgb(213,230,92); }
H1.HeaderClassName
{
color: #D5E65C;
}
.AnyTagClassName
{
color: #D5E65C;
}
</style>
background-color css
<style>
a { background-color: #D5E65C; }
a { background-color: rgb(213,230,92); }
div.DivClassName
{
background-color: #D5E65C;
}
.BgClassName
{
background-color: #D5E65C;
}
</style>
border-color css
<style>
span { border-color: #D5E65C; }
span { border-color: rgb(213,230,92); }
td.TdClassName
{
border-color: #D5E65C;
}
.TagClassName
{
border-color: #D5E65C;
}
</style>