Shades of Mindaro #D1E655
Tints of Mindaro #D1E655
RGB
CMYK
RGB Variations
Color information
#D1E655 (or 0xD1E655) is known color: Mindaro. HEX triplet: D1, E6 and 55. RGB value is (209,230,85). Sum of RGB (Red+Green+Blue) = 209+230+85=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 230 (90.23% from 255 or 43.89% from 524); Blue value is 85 (33.59% from 255 or 16.22% from 524); Max value from RGB is 230 - color contains mainly: green. Hex color #D1E655 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E655 is #2E19AA. Grayscale: #CFCFCF. Windows color (decimal): -3021227 or 5629649. OLE color: 5629649.
HSL color Cylindrical-coordinate representation of color #D1E655: hue angle of 68.69º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D1E655 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 230 | 85 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.10 |
| HSL | 68.69º | 0.74% | 0.62% | - |
| HSV(B) | 68.69º | 0.63% | 0.9% | - |
| XYZ | 56.23 | 70.8 | 19.3 | - |
| YUV | 207.19 | 59.04 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 230 | 85 | 0.09 | 0 | 0.63 | 0.10 | 68.69 | 0.74 | 0.62 |
| Hex | D1 | E6 | 55 | 9 | 0 | 3F | A | 45 | 4A | 3E |
| Octal | 321 | 346 | 125 | 11 | 0 | 77 | 12 | 105 | 112 | 76 |
| Binary | 11010001 | 11100110 | 1010101 | 1001 | 0 | 111111 | 1010 | 1000101 | 1001010 | 111110 |
Color Harmonies of #D1E655
Complementary color
Monochromatic Colors of #D1E655
Black with #D1E655
Text Example
Text Example
White with #D1E655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E655; }
p { color: rgb(209,230,85); }
H1.HeaderClassName
{
color: #D1E655;
}
.AnyTagClassName
{
color: #D1E655;
}
</style>
background-color css
<style>
a { background-color: #D1E655; }
a { background-color: rgb(209,230,85); }
div.DivClassName
{
background-color: #D1E655;
}
.BgClassName
{
background-color: #D1E655;
}
</style>
border-color css
<style>
span { border-color: #D1E655; }
span { border-color: rgb(209,230,85); }
td.TdClassName
{
border-color: #D1E655;
}
.TagClassName
{
border-color: #D1E655;
}
</style>