Shades of Mindaro #D1E658
Tints of Mindaro #D1E658
RGB
CMYK
RGB Variations
Color information
#D1E658 (or 0xD1E658) is known color: Mindaro. HEX triplet: D1, E6 and 58. RGB value is (209,230,88). Sum of RGB (Red+Green+Blue) = 209+230+88=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 88 (34.77% from 255 or 16.70% from 527); Max value from RGB is 230 - color contains mainly: green. Hex color #D1E658 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E658 is #2E19A7. Grayscale: #D0D0D0. Windows color (decimal): -3021224 or 5826257. OLE color: 5826257.
HSL color Cylindrical-coordinate representation of color #D1E658: hue angle of 68.87º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1E658 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 230 | 88 | - |
| CMYK | 0.09 | 0 | 0.62 | 0.10 |
| HSL | 68.87º | 0.74% | 0.62% | - |
| HSV(B) | 68.87º | 0.62% | 0.9% | - |
| XYZ | 56.35 | 70.85 | 19.94 | - |
| YUV | 207.53 | 60.54 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 230 | 88 | 0.09 | 0 | 0.62 | 0.10 | 68.87 | 0.74 | 0.62 |
| Hex | D1 | E6 | 58 | 9 | 0 | 3E | A | 45 | 4A | 3E |
| Octal | 321 | 346 | 130 | 11 | 0 | 76 | 12 | 105 | 112 | 76 |
| Binary | 11010001 | 11100110 | 1011000 | 1001 | 0 | 111110 | 1010 | 1000101 | 1001010 | 111110 |
Color Harmonies of #D1E658
Complementary color
Monochromatic Colors of #D1E658
Black with #D1E658
Text Example
Text Example
White with #D1E658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E658; }
p { color: rgb(209,230,88); }
H1.HeaderClassName
{
color: #D1E658;
}
.AnyTagClassName
{
color: #D1E658;
}
</style>
background-color css
<style>
a { background-color: #D1E658; }
a { background-color: rgb(209,230,88); }
div.DivClassName
{
background-color: #D1E658;
}
.BgClassName
{
background-color: #D1E658;
}
</style>
border-color css
<style>
span { border-color: #D1E658; }
span { border-color: rgb(209,230,88); }
td.TdClassName
{
border-color: #D1E658;
}
.TagClassName
{
border-color: #D1E658;
}
</style>