Shades of Mindaro #D7E65C
Tints of Mindaro #D7E65C
RGB
CMYK
RGB Variations
Color information
#D7E65C (or 0xD7E65C) is known color: Mindaro. HEX triplet: D7, E6 and 5C. RGB value is (215,230,92). Sum of RGB (Red+Green+Blue) = 215+230+92=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 230 (90.23% from 255 or 42.83% from 537); Blue value is 92 (36.33% from 255 or 17.13% from 537); Max value from RGB is 230 - color contains mainly: green. Hex color #D7E65C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7E65C is #2819A3. Grayscale: #D2D2D2. Windows color (decimal): -2628004 or 6088407. OLE color: 6088407.
HSL color Cylindrical-coordinate representation of color #D7E65C: hue angle of 66.52º 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 #D7E65C is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 230 | 92 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.10 |
| HSL | 66.52º | 0.73% | 0.63% | - |
| HSV(B) | 66.52º | 0.6% | 0.9% | - |
| XYZ | 58.25 | 71.81 | 20.92 | - |
| YUV | 209.78 | 61.53 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 230 | 92 | 0.07 | 0 | 0.60 | 0.10 | 66.52 | 0.73 | 0.63 |
| Hex | D7 | E6 | 5C | 7 | 0 | 3C | A | 43 | 49 | 3F |
| Octal | 327 | 346 | 134 | 7 | 0 | 74 | 12 | 103 | 111 | 77 |
| Binary | 11010111 | 11100110 | 1011100 | 111 | 0 | 111100 | 1010 | 1000011 | 1001001 | 111111 |
Color Harmonies of #D7E65C
Complementary color
Monochromatic Colors of #D7E65C
Black with #D7E65C
Text Example
Text Example
White with #D7E65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E65C; }
p { color: rgb(215,230,92); }
H1.HeaderClassName
{
color: #D7E65C;
}
.AnyTagClassName
{
color: #D7E65C;
}
</style>
background-color css
<style>
a { background-color: #D7E65C; }
a { background-color: rgb(215,230,92); }
div.DivClassName
{
background-color: #D7E65C;
}
.BgClassName
{
background-color: #D7E65C;
}
</style>
border-color css
<style>
span { border-color: #D7E65C; }
span { border-color: rgb(215,230,92); }
td.TdClassName
{
border-color: #D7E65C;
}
.TagClassName
{
border-color: #D7E65C;
}
</style>