Shades of Mindaro #D5E955
Tints of Mindaro #D5E955
RGB
CMYK
RGB Variations
Color information
#D5E955 (or 0xD5E955) is known color: Mindaro. HEX triplet: D5, E9 and 55. RGB value is (213,233,85). Sum of RGB (Red+Green+Blue) = 213+233+85=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 85 (33.59% from 255 or 16.01% from 531); Max value from RGB is 233 - color contains mainly: green. Hex color #D5E955 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E955 is #2A16AA. Grayscale: #D2D2D2. Windows color (decimal): -2758315 or 5630421. OLE color: 5630421.
HSL color Cylindrical-coordinate representation of color #D5E955: hue angle of 68.11º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5E955 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 233 | 85 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.09 |
| HSL | 68.11º | 0.77% | 0.62% | - |
| HSV(B) | 68.11º | 0.64% | 0.91% | - |
| XYZ | 58.22 | 73.08 | 19.63 | - |
| YUV | 210.15 | 57.37 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 233 | 85 | 0.09 | 0 | 0.64 | 0.09 | 68.11 | 0.77 | 0.62 |
| Hex | D5 | E9 | 55 | 9 | 0 | 40 | 9 | 44 | 4D | 3E |
| Octal | 325 | 351 | 125 | 11 | 0 | 100 | 11 | 104 | 115 | 76 |
| Binary | 11010101 | 11101001 | 1010101 | 1001 | 0 | 1000000 | 1001 | 1000100 | 1001101 | 111110 |
Color Harmonies of #D5E955
Complementary color
Monochromatic Colors of #D5E955
Black with #D5E955
Text Example
Text Example
White with #D5E955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E955; }
p { color: rgb(213,233,85); }
H1.HeaderClassName
{
color: #D5E955;
}
.AnyTagClassName
{
color: #D5E955;
}
</style>
background-color css
<style>
a { background-color: #D5E955; }
a { background-color: rgb(213,233,85); }
div.DivClassName
{
background-color: #D5E955;
}
.BgClassName
{
background-color: #D5E955;
}
</style>
border-color css
<style>
span { border-color: #D5E955; }
span { border-color: rgb(213,233,85); }
td.TdClassName
{
border-color: #D5E955;
}
.TagClassName
{
border-color: #D5E955;
}
</style>