Shades of Mindaro #D1EF5C
Tints of Mindaro #D1EF5C
RGB
CMYK
RGB Variations
Color information
#D1EF5C (or 0xD1EF5C) is known color: Mindaro. HEX triplet: D1, EF and 5C. RGB value is (209,239,92). Sum of RGB (Red+Green+Blue) = 209+239+92=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 92 (36.33% from 255 or 17.04% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EF5C is #2E10A3. Grayscale: #D5D5D5. Windows color (decimal): -3018916 or 6090705. OLE color: 6090705.
HSL color Cylindrical-coordinate representation of color #D1EF5C: hue angle of 72.24º 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 #D1EF5C is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 239 | 92 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.06 |
| HSL | 72.24º | 0.82% | 0.65% | - |
| HSV(B) | 72.24º | 0.62% | 0.94% | - |
| XYZ | 59.09 | 76.06 | 21.69 | - |
| YUV | 213.27 | 59.56 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 239 | 92 | 0.13 | 0 | 0.62 | 0.06 | 72.24 | 0.82 | 0.65 |
| Hex | D1 | EF | 5C | D | 0 | 3E | 6 | 48 | 52 | 41 |
| Octal | 321 | 357 | 134 | 15 | 0 | 76 | 6 | 110 | 122 | 101 |
| Binary | 11010001 | 11101111 | 1011100 | 1101 | 0 | 111110 | 110 | 1001000 | 1010010 | 1000001 |
Color Harmonies of #D1EF5C
Complementary color
Monochromatic Colors of #D1EF5C
Black with #D1EF5C
Text Example
Text Example
White with #D1EF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EF5C; }
p { color: rgb(209,239,92); }
H1.HeaderClassName
{
color: #D1EF5C;
}
.AnyTagClassName
{
color: #D1EF5C;
}
</style>
background-color css
<style>
a { background-color: #D1EF5C; }
a { background-color: rgb(209,239,92); }
div.DivClassName
{
background-color: #D1EF5C;
}
.BgClassName
{
background-color: #D1EF5C;
}
</style>
border-color css
<style>
span { border-color: #D1EF5C; }
span { border-color: rgb(209,239,92); }
td.TdClassName
{
border-color: #D1EF5C;
}
.TagClassName
{
border-color: #D1EF5C;
}
</style>