Shades of Mindaro #D8E65C
Tints of Mindaro #D8E65C
RGB
CMYK
RGB Variations
Color information
#D8E65C (or 0xD8E65C) is known color: Mindaro. HEX triplet: D8, E6 and 5C. RGB value is (216,230,92). Sum of RGB (Red+Green+Blue) = 216+230+92=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 230 (90.23% from 255 or 42.75% from 538); Blue value is 92 (36.33% from 255 or 17.10% from 538); Max value from RGB is 230 - color contains mainly: green. Hex color #D8E65C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8E65C is #2719A3. Grayscale: #D2D2D2. Windows color (decimal): -2562468 or 6088408. OLE color: 6088408.
HSL color Cylindrical-coordinate representation of color #D8E65C: hue angle of 66.09º 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 #D8E65C is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 230 | 92 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.10 |
| HSL | 66.09º | 0.73% | 0.63% | - |
| HSV(B) | 66.09º | 0.6% | 0.9% | - |
| XYZ | 58.55 | 71.97 | 20.93 | - |
| YUV | 210.08 | 61.36 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 230 | 92 | 0.06 | 0 | 0.60 | 0.10 | 66.09 | 0.73 | 0.63 |
| Hex | D8 | E6 | 5C | 6 | 0 | 3C | A | 42 | 49 | 3F |
| Octal | 330 | 346 | 134 | 6 | 0 | 74 | 12 | 102 | 111 | 77 |
| Binary | 11011000 | 11100110 | 1011100 | 110 | 0 | 111100 | 1010 | 1000010 | 1001001 | 111111 |
Color Harmonies of #D8E65C
Complementary color
Monochromatic Colors of #D8E65C
Black with #D8E65C
Text Example
Text Example
White with #D8E65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E65C; }
p { color: rgb(216,230,92); }
H1.HeaderClassName
{
color: #D8E65C;
}
.AnyTagClassName
{
color: #D8E65C;
}
</style>
background-color css
<style>
a { background-color: #D8E65C; }
a { background-color: rgb(216,230,92); }
div.DivClassName
{
background-color: #D8E65C;
}
.BgClassName
{
background-color: #D8E65C;
}
</style>
border-color css
<style>
span { border-color: #D8E65C; }
span { border-color: rgb(216,230,92); }
td.TdClassName
{
border-color: #D8E65C;
}
.TagClassName
{
border-color: #D8E65C;
}
</style>