Shades of Mindaro #D5EF5C
Tints of Mindaro #D5EF5C
RGB
CMYK
RGB Variations
Color information
#D5EF5C (or 0xD5EF5C) is known color: Mindaro. HEX triplet: D5, EF and 5C. RGB value is (213,239,92). Sum of RGB (Red+Green+Blue) = 213+239+92=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 239 (93.75% from 255 or 43.93% from 544); Blue value is 92 (36.33% from 255 or 16.91% from 544); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EF5C is #2A10A3. Grayscale: #D7D7D7. Windows color (decimal): -2756772 or 6090709. OLE color: 6090709.
HSL color Cylindrical-coordinate representation of color #D5EF5C: hue angle of 70.61º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5EF5C is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 92 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.06 |
| HSL | 70.61º | 0.82% | 0.65% | - |
| HSV(B) | 70.61º | 0.62% | 0.94% | - |
| XYZ | 60.24 | 76.65 | 21.75 | - |
| YUV | 214.47 | 58.89 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 92 | 0.11 | 0 | 0.62 | 0.06 | 70.61 | 0.82 | 0.65 |
| Hex | D5 | EF | 5C | B | 0 | 3E | 6 | 47 | 52 | 41 |
| Octal | 325 | 357 | 134 | 13 | 0 | 76 | 6 | 107 | 122 | 101 |
| Binary | 11010101 | 11101111 | 1011100 | 1011 | 0 | 111110 | 110 | 1000111 | 1010010 | 1000001 |
Color Harmonies of #D5EF5C
Complementary color
Monochromatic Colors of #D5EF5C
Black with #D5EF5C
Text Example
Text Example
White with #D5EF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EF5C; }
p { color: rgb(213,239,92); }
H1.HeaderClassName
{
color: #D5EF5C;
}
.AnyTagClassName
{
color: #D5EF5C;
}
</style>
background-color css
<style>
a { background-color: #D5EF5C; }
a { background-color: rgb(213,239,92); }
div.DivClassName
{
background-color: #D5EF5C;
}
.BgClassName
{
background-color: #D5EF5C;
}
</style>
border-color css
<style>
span { border-color: #D5EF5C; }
span { border-color: rgb(213,239,92); }
td.TdClassName
{
border-color: #D5EF5C;
}
.TagClassName
{
border-color: #D5EF5C;
}
</style>