Shades of Mindaro #D1F05C
Tints of Mindaro #D1F05C
RGB
CMYK
RGB Variations
Color information
#D1F05C (or 0xD1F05C) is known color: Mindaro. HEX triplet: D1, F0 and 5C. RGB value is (209,240,92). Sum of RGB (Red+Green+Blue) = 209+240+92=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 92 (36.33% from 255 or 17.01% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #D1F05C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F05C is #2E0FA3. Grayscale: #D6D6D6. Windows color (decimal): -3018660 or 6090961. OLE color: 6090961.
HSL color Cylindrical-coordinate representation of color #D1F05C: hue angle of 72.57º degrees, saturation: 0.83, 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 #D1F05C is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 240 | 92 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.06 |
| HSL | 72.57º | 0.83% | 0.65% | - |
| HSV(B) | 72.57º | 0.62% | 0.94% | - |
| XYZ | 59.39 | 76.65 | 21.79 | - |
| YUV | 213.86 | 59.23 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 240 | 92 | 0.13 | 0 | 0.62 | 0.06 | 72.57 | 0.83 | 0.65 |
| Hex | D1 | F0 | 5C | D | 0 | 3E | 6 | 49 | 53 | 41 |
| Octal | 321 | 360 | 134 | 15 | 0 | 76 | 6 | 111 | 123 | 101 |
| Binary | 11010001 | 11110000 | 1011100 | 1101 | 0 | 111110 | 110 | 1001001 | 1010011 | 1000001 |
Color Harmonies of #D1F05C
Complementary color
Monochromatic Colors of #D1F05C
Black with #D1F05C
Text Example
Text Example
White with #D1F05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F05C; }
p { color: rgb(209,240,92); }
H1.HeaderClassName
{
color: #D1F05C;
}
.AnyTagClassName
{
color: #D1F05C;
}
</style>
background-color css
<style>
a { background-color: #D1F05C; }
a { background-color: rgb(209,240,92); }
div.DivClassName
{
background-color: #D1F05C;
}
.BgClassName
{
background-color: #D1F05C;
}
</style>
border-color css
<style>
span { border-color: #D1F05C; }
span { border-color: rgb(209,240,92); }
td.TdClassName
{
border-color: #D1F05C;
}
.TagClassName
{
border-color: #D1F05C;
}
</style>