Shades of Mindaro #D1F957
Tints of Mindaro #D1F957
RGB
CMYK
RGB Variations
Color information
#D1F957 (or 0xD1F957) is known color: Mindaro. HEX triplet: D1, F9 and 57. RGB value is (209,249,87). Sum of RGB (Red+Green+Blue) = 209+249+87=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 87 (34.38% from 255 or 15.96% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F957 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F957 is #2E06A8. Grayscale: #DBDBDB. Windows color (decimal): -3016361 or 5765585. OLE color: 5765585.
HSL color Cylindrical-coordinate representation of color #D1F957: hue angle of 74.81º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1F957 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 87 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.02 |
| HSL | 74.81º | 0.93% | 0.66% | - |
| HSV(B) | 74.81º | 0.65% | 0.98% | - |
| XYZ | 61.89 | 81.99 | 21.58 | - |
| YUV | 218.57 | 53.75 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 87 | 0.16 | 0 | 0.65 | 0.02 | 74.81 | 0.93 | 0.66 |
| Hex | D1 | F9 | 57 | 10 | 0 | 41 | 2 | 4B | 5D | 42 |
| Octal | 321 | 371 | 127 | 20 | 0 | 101 | 2 | 113 | 135 | 102 |
| Binary | 11010001 | 11111001 | 1010111 | 10000 | 0 | 1000001 | 10 | 1001011 | 1011101 | 1000010 |
Color Harmonies of #D1F957
Complementary color
Monochromatic Colors of #D1F957
Black with #D1F957
Text Example
Text Example
White with #D1F957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F957; }
p { color: rgb(209,249,87); }
H1.HeaderClassName
{
color: #D1F957;
}
.AnyTagClassName
{
color: #D1F957;
}
</style>
background-color css
<style>
a { background-color: #D1F957; }
a { background-color: rgb(209,249,87); }
div.DivClassName
{
background-color: #D1F957;
}
.BgClassName
{
background-color: #D1F957;
}
</style>
border-color css
<style>
span { border-color: #D1F957; }
span { border-color: rgb(209,249,87); }
td.TdClassName
{
border-color: #D1F957;
}
.TagClassName
{
border-color: #D1F957;
}
</style>